Prepare for RC0 release 50/70350/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 12 Oct 2018 12:50:11 +0000 (08:50 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 12 Oct 2018 12:50:11 +0000 (08:50 -0400)
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.

Change-Id: I6b1a9c5ce48badada0da7a8988bf58ad84c1528f
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ms/neng/pom.xml
ms/pom.xml
ms/vlantag-api/pom.xml
pom.xml
version.properties

index 6ce4f30..0f4d55f 100644 (file)
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.1</version>
         <relativePath/>
     </parent>
 
index 3d1040b..eb24f7c 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.1</version>
         <relativePath />
     </parent>
 
index 79b6e9a..35f8e54 100644 (file)
@@ -42,7 +42,7 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <version>1.1.1</version>
                <relativePath />
        </parent>
 
diff --git a/pom.xml b/pom.xml
index a21bfcd..a9bec00 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <version>1.1.1</version>
                <relativePath/>
        </parent>
 
index 407a30c..e5ea9c7 100644 (file)
@@ -10,6 +10,6 @@ feature_revision=1
 
 base_version=${release_name}.${sprint_number}.${feature_revision}
 
-release_version=${base_version}-STAGING
+release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT