Prepare for RC0 release 80/70380/1 0.3.1 3.0.0-ONAP
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 12 Oct 2018 19:12:32 +0000 (15:12 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 12 Oct 2018 19:12:32 +0000 (15:12 -0400)
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.

Change-Id: I8737380807de0cb582d9a7a1fe99ca74b1c767b5
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ansible-server/pom.xml
dependencies/pom.xml
odlsli/pom.xml
pom.xml
version.properties

index b31520c..f156767 100644 (file)
@@ -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>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
index e38b2e5..ce9d55f 100755 (executable)
@@ -6,7 +6,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 32c64b5..d2e2f9e 100644 (file)
@@ -7,7 +7,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>
 
diff --git a/pom.xml b/pom.xml
index 6bcd771..079d3ef 100644 (file)
--- 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>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>
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