diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-24 16:10:06 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-24 16:14:10 -0500 |
commit | f0594b8f4684ddbb81e490c630e5a968abd2170f (patch) | |
tree | 51fdf70f1d226ba9606857bbb906033893aaa063 /artifacts/pom.xml | |
parent | 3ad1927084a5c4247ca4b62e9928d7f1ea74f51a (diff) |
Roll versions to next snapshot
Roll CCSDK to next snapshot version
Change-Id: I4441d1d1e2ead1912281109dcf7fbb4961198b36
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'artifacts/pom.xml')
-rwxr-xr-x | artifacts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 518716262..1d22a357a 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>sli-northbound-artifacts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: sli-northbound-artifacts</name> @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </parent> <properties> |