diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-10-31 13:54:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-10-31 13:54:21 +0000 |
commit | fe20684337b820f85e90a05625998c77e5d5e185 (patch) | |
tree | 3bd8b66c660efae13dc1449ae37d13360d57d097 /base/http | |
parent | b27f7b47a0c88dff5d6b1a47229c5127022ac36b (diff) |
Release ccsdk/sli/adaptors1.0.2
Diffstat (limited to 'base/http')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 7e7c7d9f..e0244443 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>1.0.2-SNAPSHOT</version> + <version>1.0.2</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 9cecba77..74350ab1 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>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 9d830bd0..159caeda 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>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <packaging>bundle</packaging> <dependencies> |