Roll to next snapshot version
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 27 Sep 2018 20:26:45 +0000 (16:26 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 27 Sep 2018 20:26:45 +0000 (16:26 -0400)
Roll to next snapshot version

Change-Id: Ifbbe4c890c47001d60117f09a67daa278d57dcd4
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
17 files changed:
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/modules/commons/adaptors/pom.xml
ms/blueprintsprocessor/modules/commons/core/pom.xml
ms/blueprintsprocessor/modules/commons/db-lib/pom.xml
ms/blueprintsprocessor/modules/commons/pom.xml
ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
ms/blueprintsprocessor/modules/outbounds/pom.xml
ms/blueprintsprocessor/modules/pom.xml
ms/blueprintsprocessor/modules/services/db-service/pom.xml
ms/blueprintsprocessor/modules/services/execution-service/pom.xml
ms/blueprintsprocessor/modules/services/pom.xml
ms/blueprintsprocessor/modules/services/resolution-service/pom.xml
ms/blueprintsprocessor/parent/pom.xml
ms/blueprintsprocessor/pom.xml

index c7f15ea..ac30a18 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>application</artifactId>
index a467051..7421e81 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>adaptors</artifactId>
index ad11580..f6c353b 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>core</artifactId>
index a8ece15..1b4e0c8 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>db-lib</artifactId>
index 00b7e5f..1c12033 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons</artifactId>
index 27a1a1d..81e590c 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>rest-lib</artifactId>
index fd2b9fa..5360b1e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>inbounds</artifactId>
index 32b7217..6b18f02 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>inbounds</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>resource-api</artifactId>
index 7791b5d..74acf81 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>inbounds</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>selfservice-api</artifactId>
index 8a90262..a9dc15b 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>modules</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>outbounds</artifactId>
index 0ae3458..173e4c3 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>parent</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
                <relativePath>../parent</relativePath>
        </parent>
 
index 3c0d9e7..2991de6 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>services</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>db-service</artifactId>
index b1bf823..9cf5144 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>services</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>execution-service</artifactId>
index 90a4446..c698bbc 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>services</artifactId>
index f25eb71..185b612 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>services</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
     <artifactId>resolution-service</artifactId>
     <packaging>jar</packaging>
index 185ed14..5b27ae8 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
         <artifactId>blueprintsprocessor</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
     <artifactId>parent</artifactId>
@@ -29,7 +29,7 @@
     <name>Blueprints Processor Parent</name>
     <description>Blueprints Processor Parent</description>
     <properties>
-        <controllerblueprints.version>0.3.0-SNAPSHOT</controllerblueprints.version>
+        <controllerblueprints.version>0.3.1-SNAPSHOT</controllerblueprints.version>
         <spring.boot.version>2.0.4.RELEASE</spring.boot.version>
         <spring.version>5.0.8.RELEASE</spring.version>
         <kotlin.version>1.2.60</kotlin.version>
index f35b105..5e03e93 100644 (file)
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps</groupId>
                <artifactId>ccsdk-apps</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
        </parent>
        <artifactId>blueprintsprocessor</artifactId>
        <packaging>pom</packaging>