Roll to initial Dublin version
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 25 Oct 2018 14:34:51 +0000 (10:34 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 25 Oct 2018 15:27:35 +0000 (11:27 -0400)
Roll to initial Dublin release version

Change-Id: I9f56f6643bf5850a9958d46f137fa929b1c05e5d
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@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 ac30a18..8a93df3 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>application</artifactId>
index 7421e81..410111b 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>adaptors</artifactId>
index f6c353b..094f42b 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>core</artifactId>
index 1b4e0c8..0139e74 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>db-lib</artifactId>
index 1c12033..a2e7c78 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons</artifactId>
index 81e590c..6dfe111 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>commons</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>rest-lib</artifactId>
index 5360b1e..f03e555 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>inbounds</artifactId>
index 6b18f02..4fa56fe 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>inbounds</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>resource-api</artifactId>
index 74acf81..a4c7aaf 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>inbounds</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>selfservice-api</artifactId>
index a9dc15b..07403d9 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>modules</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>outbounds</artifactId>
index 173e4c3..8a57da2 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>parent</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
                <relativePath>../parent</relativePath>
        </parent>
 
index 2991de6..4ff4d8c 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
                <artifactId>services</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>db-service</artifactId>
index 9cf5144..158496d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>services</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>execution-service</artifactId>
index c698bbc..eb3bda0 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>services</artifactId>
index 185b612..21464c1 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
         <artifactId>services</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>resolution-service</artifactId>
     <packaging>jar</packaging>
index 5b27ae8..625216e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
         <artifactId>blueprintsprocessor</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
     <artifactId>parent</artifactId>
index 5e03e93..740407d 100644 (file)
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.onap.ccsdk.apps</groupId>
                <artifactId>ccsdk-apps</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
        <artifactId>blueprintsprocessor</artifactId>
        <packaging>pom</packaging>