diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-25 16:55:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-25 16:55:57 -0400 |
commit | 9c6ec0e0a2f3439cef2d7891f5121c51ce236ab0 (patch) | |
tree | 80d285efdd50d5f051aaa61a31a164615aed459f /pom.xml | |
parent | ba4ef5baf9a3661aa4c55d06a38b62b8bb0a00b4 (diff) |
Use version 0.1.0 of parent
Update to use version 0.1.0 (released version) of parent pom
Change-Id: I79234c02f70837da35045f97ceafdd6d176daa7f
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,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> |