Roll to initial Dublin version 43/71243/2
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>
32 files changed:
components/core/pom.xml
components/parent/pom.xml
components/pom.xml
components/resource-dict/pom.xml
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
ms/controllerblueprints/application/pom.xml
ms/controllerblueprints/distribution/pom.xml
ms/controllerblueprints/modules/pom.xml
ms/controllerblueprints/modules/service/pom.xml
ms/controllerblueprints/parent/pom.xml
ms/controllerblueprints/pom.xml
ms/neng/pom.xml
ms/pom.xml
ms/vlantag-api/pom.xml
pom.xml
version.properties

index 99778c0..7c41165 100644 (file)
@@ -25,7 +25,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.components</groupId>\r
         <artifactId>parent</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
         <relativePath>../parent</relativePath>\r
     </parent>\r
     <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
index ee1eb7a..7377e76 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
         <artifactId>components</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.ccsdk.apps.components</groupId>
     <artifactId>parent</artifactId>
@@ -35,7 +35,7 @@
         <guava.version>26.0-jre</guava.version>
         <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
         <h2database.version>1.4.197</h2database.version>
-        <onap.logger.slf4j>1.2.2-SNAPSHOT</onap.logger.slf4j>
+        <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
     </properties>
     <dependencyManagement>
         <dependencies>
index 0da83a3..181a781 100644 (file)
@@ -20,7 +20,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>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.apps</groupId>
index 74226e3..508ae96 100644 (file)
@@ -25,7 +25,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.components</groupId>\r
         <artifactId>parent</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
         <relativePath>../parent</relativePath>\r
     </parent>\r
     <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
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>
index ecb8821..44fda2d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
         <artifactId>parent</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
         <relativePath>../parent</relativePath>\r
     </parent>\r
     <artifactId>application</artifactId>\r
index b2c5b33..498442a 100644 (file)
@@ -23,7 +23,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
         <artifactId>parent</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
         <relativePath>../parent</relativePath>\r
     </parent>\r
     <artifactId>distribution</artifactId>\r
index b38b6e6..eff2429 100644 (file)
@@ -23,7 +23,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
         <artifactId>parent</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
         <relativePath>../parent</relativePath>\r
     </parent>\r
     <artifactId>modules</artifactId>\r
index add4ad1..e766f51 100644 (file)
@@ -25,7 +25,7 @@
     <parent>\r
         <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
         <artifactId>modules</artifactId>\r
-        <version>0.3.1-SNAPSHOT</version>\r
+        <version>0.4.0-SNAPSHOT</version>\r
     </parent>\r
     <artifactId>service</artifactId>\r
     <name>Controller Blueprints Service</name>\r
index 659839c..a9e7cfa 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
         <artifactId>controllerblueprints</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
     <artifactId>parent</artifactId>
@@ -34,7 +34,7 @@
         <eelf.version>1.0.0</eelf.version>
         <springfox.swagger2.version>2.9.2</springfox.swagger2.version>
         <h2database.version>1.4.197</h2database.version>
-        <onap.logger.slf4j>1.2.2-SNAPSHOT</onap.logger.slf4j>
+        <onap.logger.slf4j>1.2.2</onap.logger.slf4j>
     </properties>
     <dependencyManagement>
         <dependencies>
index d8acbf2..4517f3f 100644 (file)
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
         <artifactId>ccsdk-apps-ms</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.apps</groupId>
     <artifactId>controllerblueprints</artifactId>
     <name>Controller Blueprints Root</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <properties>
         <service.name>ControllerBlueprints</service.name>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 0f4d55f..b212ebe 100644 (file)
@@ -24,7 +24,7 @@
 
     <groupId>org.onap.ccsdk.apps</groupId>
     <artifactId>ccsdk-apps-ms-neng</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
 
     <properties>
         <swagger.directory>${basedir}/target/classes/META-INF/resources/swagger</swagger.directory>
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.1.1</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index eb24f7c..598645c 100644 (file)
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.1.1</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.ccsdk.apps</groupId>
     <artifactId>ccsdk-apps-ms</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-apps-ms</name>
index 35f8e54..1ba3cfc 100644 (file)
@@ -6,7 +6,7 @@
 
        <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId>
        <artifactId>vlantag-api</artifactId>
-       <version>0.3.1-SNAPSHOT</version>
+       <version>0.4.0-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>vlantag-api</name>
@@ -42,7 +42,7 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.1.1</version>
+               <version>1.2.0-SNAPSHOT</version>
                <relativePath />
        </parent>
 
diff --git a/pom.xml b/pom.xml
index a9bec00..911d841 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.1.1</version>
+               <version>1.2.0-SNAPSHOT</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.ccsdk.apps</groupId>
        <artifactId>ccsdk-apps</artifactId>
-       <version>0.3.1-SNAPSHOT</version>
+       <version>0.4.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-apps</name>
index e5ea9c7..aa6328e 100644 (file)
@@ -5,11 +5,11 @@
 
 
 release_name=0
-sprint_number=3
-feature_revision=1
+sprint_number=4
+feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}
 
-release_version=${base_version}
+release_version=${base_version}-STAGING
 snapshot_version=${base_version}-SNAPSHOT