Bumped up project version to 1.3.1-SNAPSHOT 34/70934/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Mon, 22 Oct 2018 11:09:06 +0000 (14:09 +0300)
committervempo <vitaliy.emporopulo@amdocs.com>
Mon, 22 Oct 2018 11:32:48 +0000 (14:32 +0300)
Change-Id: Iaecd9b89de877eda07d8f9b25728f6c7d9b7619d
Issue-ID: SDC-1858
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
pom.xml
version.properties
workflow-designer-be/pom.xml
workflow-designer-init/pom.xml
workflow-designer-ui/pom.xml

diff --git a/pom.xml b/pom.xml
index e4131bb..8583ddc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>workflow-designer-parent</artifactId>
     <name>sdc-sdc-workflow-designer</name>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 70bc126..fb21064 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=3\r
-patch=0\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=3
+patch=1
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
index a141658..627fbb2 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
 
     <properties>
index f38abf9..43831fc 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
 
     <profiles>
index 51d8d85..3164c67 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
 
     <properties>