diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-25 18:40:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-25 18:40:07 -0400 |
commit | ec0e16665a630797f1e919656bc17a381c5b9bb1 (patch) | |
tree | 1eeadf75c1e3021cc489ee492168981ad597f38b /pom.xml | |
parent | ba5d516045c3a9f27241d67a2a339a5cc4f23a7d (diff) |
Use version 0.1.0 of parent
Update to use version 0.1.0 (released version) of parent pom
Change-Id: I526376855588082295cb4b2373bb5456456a9e70
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> |