diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-29 18:33:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-29 18:33:08 +0000 |
commit | 0dc4325f7099f5580862530e7b17f76896d4c8b0 (patch) | |
tree | 38a12f71864b531105803d346c52e9b7d1dd0636 /asdcApi | |
parent | a0863cee1c0343f3e22eaf35175be822766a8614 (diff) |
Release ccsdk/sli/northbound0.7.2
Diffstat (limited to 'asdcApi')
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index 2067ba84..eda2b9f8 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-installer</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index cecd730a..0549a5b7 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index 19382787..01f9e1fc 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: asdcApi</name> diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index 8aa619a2..85474e3c 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-provider</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> |