diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-28 11:07:40 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-28 11:07:40 -0400 |
commit | 2cd6a241db2481598b50be9996688c89608073d5 (patch) | |
tree | 057403eca528aa5f3257fc362d02b7c7e4c4960a /artifacts | |
parent | e1a2cab1b6d3a94038f702fa7afb503cc655c351 (diff) |
Roll to next snapshot
Roll to next snapshot version (0.4.4-SNAPSHOT)
Change-Id: I75c50a75f61a744104fdca44e65ef86665c419aa
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'artifacts')
-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 45e4671b..6a49b41c 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.4.3-SNAPSHOT</version> + <version>0.4.4-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.2.3</version> + <version>1.2.4-SNAPSHOT</version> </parent> <dependencyManagement> |