diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:35:03 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:35:03 -0400 |
commit | e6396a9c0d713e8f0cbd735d166c4f887e81f26c (patch) | |
tree | adbde221ba34b4e9c65375f6324ef5a05955f683 /base | |
parent | e935874c58b246a0674e91c388f5854a19cd4d46 (diff) |
Roll to next snapshot
Roll to next Frankfurt snapshot
Change-Id: I8b4fa1322b483ad3ae4513a369f69770db30ee63
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'base')
-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 | ||||
-rw-r--r-- | base/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 5a2e42f0..76328b08 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.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-installer</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.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 b411f98d..a72db8e9 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.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index f8e9ed0c..30262da7 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.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-provider</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/base/pom.xml b/base/pom.xml index 078ba58b..fb6ef98e 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> @@ -12,7 +12,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-parent</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <modules> <module>http</module> |