diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 11:37:18 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 11:37:18 -0500 |
commit | 3f3e689bb5940b93d52fe543d9cc0a814c576475 (patch) | |
tree | 70a0433106280038c32c1d6f089bd9ec3c438be6 /adaptors/base | |
parent | 377f3895cca935cc6591904aae5c11b7c37d681a (diff) |
Roll to next Honolulu snapshot
Roll to next Honolulu snapshot
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I63f203e2d0dfc300b0693fdc46abeb9054596727
Diffstat (limited to 'adaptors/base')
-rw-r--r-- | adaptors/base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/provider/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adaptors/base/http/installer/pom.xml b/adaptors/base/http/installer/pom.xml index 95bf189bd..b0f69b966 100644 --- a/adaptors/base/http/installer/pom.xml +++ b/adaptors/base/http/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-installer</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/adaptors/base/http/pom.xml b/adaptors/base/http/pom.xml index 7b634259a..ea77acb69 100644 --- a/adaptors/base/http/pom.xml +++ b/adaptors/base/http/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/adaptors/base/http/provider/pom.xml b/adaptors/base/http/provider/pom.xml index 2541f04fa..49fee0cec 100644 --- a/adaptors/base/http/provider/pom.xml +++ b/adaptors/base/http/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-provider</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/adaptors/base/pom.xml b/adaptors/base/pom.xml index 43a5ec7a5..6ab8e4f1a 100644 --- a/adaptors/base/pom.xml +++ b/adaptors/base/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> |