diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-25 17:07:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-25 17:07:57 -0400 |
commit | fc28d589c244def23b88d27b7e88fa32950b0d52 (patch) | |
tree | 80305e8cf9f77f55589e2db45a4587e6a5a1f2ff | |
parent | e3446fcf2129c07af960e6b327c06f585c48ea68 (diff) |
Use version 0.1.0 of parent
Update to use version 0.1.0 (released version) of parent pom
Change-Id: I3d03456167e0b9467ae068a91c22a95c58f0c4ee
Issue-ID: SDNC-74
Signed-off-by: Dan Timoney <dtimoney@att.com>
-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> |