diff options
author | Dan Timoney <dtimoney@att.com> | 2017-12-05 13:48:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-12-05 13:48:19 -0500 |
commit | a928172435c9314f9170f99321a6a58eec4c80a1 (patch) | |
tree | a3d1d625f01847394eadf8fdbb705548d9270aab | |
parent | a780ef4b043567b6b95ce164e6d8edf7b79effbb (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: I74bbf71631311c123ea34db85f9590ca27c2c4bc
Issue-ID: CCSDK-148
Signed-off-by: Dan Timoney <dtimoney@att.com>
-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.1.0</version> + <version>0.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |