diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-02 07:26:51 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-02 07:51:58 -0500 |
commit | 530dcff97514c068f04c8eb5bf945b8c17d76d3f (patch) | |
tree | e680920d5f0222d5d40a35d0bfd27f8082afbbba /base | |
parent | a69db2ca69434545c149e408921b74b1f21e13d5 (diff) |
Roll to next Guilin snapshot
Roll to next Guilin snapshot version
Change-Id: I51dc9ebef28c1d03e39614c38f2f605521c1c533
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 7e7c7d9f..55116901 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.3-SNAPSHOT</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..b250ae79 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.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 9d830bd0..22a0bace 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.3-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/base/pom.xml b/base/pom.xml index 2bd0d409..7fef7590 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> |