diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-25 16:07:46 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-30 07:34:39 -0500 |
commit | 46c69f518bd200e25d46f28cc32473ba08cdfe3d (patch) | |
tree | aa0d7b3b55bc5958b7840e28405ea82bdec7f039 /artifacts | |
parent | f80e79706a7cd030f7a6185da8ccf920e125b0c5 (diff) |
Release version 1.1.0 of sli/northbound
Release initial Honolulu version of sli/northbound and roll
version to next snapshot
Change-Id: I21ee4f2431d6e15573998fd615fc2090aee15810
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <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 f18e900df..c4fca9fb6 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>sli-northbound-artifacts</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: sli-northbound-artifacts</name> |