diff options
author | Dan Timoney <dtimoney@att.com> | 2017-12-05 13:23:06 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-12-05 13:23:06 -0500 |
commit | 2fbc9636085f6ddfd6ee8476625e9dc29e811c3a (patch) | |
tree | 11406620812a2900dd8f1a5a7f26953ca903c764 /pom.xml | |
parent | fd98c88d4dab5d8dff4ee85d366f2f8862267773 (diff) |
Use version 0.1.1-SNAPSHOT of root pom
Staging version is no longer included in public, so must use
SNAPSHOT version of root pom.
Change-Id: I090294a45fdbe5be5e9cf4ddee86b4764a462623
Issue-ID: CCSDK-148
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
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.1.0</version> + <version>0.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |