Update version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT 95/107495/1 1.5.2
authorwr148d <wr148d@att.com>
Mon, 11 May 2020 19:26:07 +0000 (15:26 -0400)
committerwr148d <wr148d@att.com>
Mon, 11 May 2020 19:26:28 +0000 (15:26 -0400)
Issue-ID: AAI-2896
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I82158e4f96e2ae6217b363d2decbd7c378bccf87

common/pom.xml
distribution/pom.xml
httpserver/pom.xml
integration/pom.xml
pom.xml
portal/pom.xml
version.properties

index 728b959..747b45d 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.aai.esr-gui</groupId>
     <artifactId>aai-esr-gui</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 5bc3d1b..fb0db50 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.aai.esr-gui</groupId>
         <artifactId>aai-esr-gui</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 9573bdc..f68d559 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.aai.esr-gui</groupId>
         <artifactId>aai-esr-gui</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 0d5de56..94bc018 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.aai.esr-gui</groupId>
         <artifactId>aai-esr-gui</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index d2dc178..58fe7c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.onap.aai.esr-gui</groupId>
     <artifactId>aai-esr-gui</artifactId>
     <packaging>pom</packaging>
-       <version>1.5.1-SNAPSHOT</version>
+       <version>1.5.2-SNAPSHOT</version>
     <name>aai-esr-gui</name>
 
     <modules>
index 67f0cbe..428e318 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.aai.esr-gui</groupId>
         <artifactId>aai-esr-gui</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>portal</artifactId>
index 1ae00ac..45a2df9 100644 (file)
@@ -1,13 +1,13 @@
-# Versioning variables\r
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
-# because they are used in Jenkins, whose plug-in doesn't support\r
-\r
-major=1\r
-minor=5\r
-patch=1\r
-\r
-base_version=${major}.${minor}.${patch}\r
-\r
-# Release must be completed with git revision # in Jenkins\r
-release_version=${base_version}\r
-snapshot_version=${base_version}-SNAPSHOT\r
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=5
+patch=2
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT