Fix version numbers 96/93696/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 16 Aug 2019 12:54:01 +0000 (08:54 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 16 Aug 2019 12:54:01 +0000 (08:54 -0400)
Fix version numbers in sli/adaptors/base

Change-Id: I78f204212dd2dc6a528a98091ebd94e3876f6102
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
base/http/features/ccsdk-base-http/pom.xml
base/http/features/features-base-http/pom.xml
base/http/features/pom.xml
base/http/installer/pom.xml
base/http/pom.xml
base/http/provider/pom.xml
base/pom.xml

index c417382..52266de 100644 (file)
@@ -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>
index 4b51ccc..83adf90 100644 (file)
@@ -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>
index 6e3cea5..ff2640b 100644 (file)
@@ -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>
index 443d8c4..2e81dfd 100644 (file)
@@ -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>
index e556b94..689db2e 100644 (file)
@@ -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>
index 17ff739..5b9a605 100644 (file)
@@ -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>
index f46dda7..70b5d1b 100644 (file)
@@ -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>