diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-08-09 15:17:52 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-08-09 15:17:52 +0000 |
commit | 6943d7fc51f68d2e6213995d40bbc17f42d629c1 (patch) | |
tree | f498caac4fd9d9d29ea00ce33ba8e2493890ae8d /northbound/asdcApi | |
parent | 69baaebcb6112c0b2f80ec654442c52a5b3e1cb1 (diff) |
Release ccsdk/sli1.7.0
Diffstat (limited to 'northbound/asdcApi')
-rwxr-xr-x | northbound/asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml index 1e3d2e4fa..d9f01b7d9 100755 --- a/northbound/asdcApi/installer/pom.xml +++ b/northbound/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-installer</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index 5c0b268b5..e7b9a636c 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index bb80db1db..d006a06d4 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index 0768127ed..b9525668c 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-provider</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |