diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-16 08:54:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-16 08:54:01 -0400 |
commit | 9db21abb0e6ac1409f5ce631b327dcc36fb287f7 (patch) | |
tree | c2f971feb7400d7f7b0f49a155a2cee22751d584 /base | |
parent | dbbd392fdc622c85958598213b2f423848666af6 (diff) |
Fix version numbers
Fix version numbers in sli/adaptors/base
Change-Id: I78f204212dd2dc6a528a98091ebd94e3876f6102
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'base')
-rw-r--r-- | base/http/features/ccsdk-base-http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/features/features-base-http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/features/pom.xml | 2 | ||||
-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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/base/http/features/ccsdk-base-http/pom.xml b/base/http/features/ccsdk-base-http/pom.xml index c417382a4..52266de31 100644 --- a/base/http/features/ccsdk-base-http/pom.xml +++ b/base/http/features/ccsdk-base-http/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-base-http</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/features/features-base-http/pom.xml b/base/http/features/features-base-http/pom.xml index 4b51ccccc..83adf90c1 100644 --- a/base/http/features/features-base-http/pom.xml +++ b/base/http/features/features-base-http/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>features-base-http</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/features/pom.xml b/base/http/features/pom.xml index 6e3cea56b..ff2640b5c 100644 --- a/base/http/features/pom.xml +++ b/base/http/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-features</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 443d8c4b6..2e81dfd2f 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>0.5.2-SNAPSHOT</version> + <version>0.6.0-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 e556b94c6..689db2e76 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>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 17ff73984..5b9a60509 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>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/base/pom.xml b/base/pom.xml index f46dda7c5..70b5d1bf2 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -12,7 +12,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-parent</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <modules> <module>http</module> |