diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-21 17:30:36 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-21 17:30:36 +0000 |
commit | 82d93b784a59d0fe4690bfca0f602b8b14f1d08b (patch) | |
tree | 33e653d462d3b7cd727f71d5d75a2c877d170b28 /base | |
parent | bd81df3c5f3288d831c26b463e72b595779591f7 (diff) |
Release ccsdk/sli/adaptors0.7.3
Diffstat (limited to 'base')
-rw-r--r-- | base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | base/http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/provider/pom.xml | 2 | ||||
-rw-r--r-- | base/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 350ea581..bc535802 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-installer</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/pom.xml b/base/http/pom.xml index cdd6df67..7f377ca6 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 7498fa78..c6ff9020 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-provider</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>bundle</packaging> <dependencies> diff --git a/base/pom.xml b/base/pom.xml index 3bc5b61d..927e9d6d 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -12,7 +12,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-parent</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <modules> <module>http</module> |