diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-24 16:03:21 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-24 16:13:39 -0500 |
commit | 6b1ac1200e74ff91e74df595c8e2a025b1bcd842 (patch) | |
tree | 2b3a74c92722d1abe000f059ace6fe3948186d6b /base/http | |
parent | faa1f85ecc05cc40b8d4424ab3530573429d996a (diff) |
Roll versions to next snapshot
Roll CCSDK to next snapshot version
Change-Id: Ib08be10d412384fcf791805c0101cfdb6375c178
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'base/http')
-rw-r--r-- | base/http/installer/pom.xml | 4 | ||||
-rw-r--r-- | base/http/pom.xml | 4 | ||||
-rw-r--r-- | base/http/provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index a14318fb..d4eebd9e 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-installer</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-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 40991e05..d55ca6d5 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 007cea29..3b8add63 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-provider</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |