diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-24 15:56:59 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-24 16:12:53 -0500 |
commit | ce33837a7d1904fa18c3a368d37d837d9c9b7397 (patch) | |
tree | 3ca17085d2228c1f9b77d10cfbb638ab588caaab /artifacts/pom.xml | |
parent | a65bd87c69cbb4d560e3e03c11c486bfcf7b77f4 (diff) |
Roll versions to next snapshot
Roll CCSDK to next snapshot version
Change-Id: I24f5470165522a4311c611785b323c1f81d41a8a
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 43aed831f..f6c883c13 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: sli-core-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> <dependencyManagement> |