Step version to 1.13.1-SNAPSHOT 02/136602/1 1.13.1
authorMichaelMorris <michael.morris@est.tech>
Tue, 21 Nov 2023 17:35:34 +0000 (17:35 +0000)
committerMichaelMorris <michael.morris@est.tech>
Tue, 21 Nov 2023 17:35:38 +0000 (17:35 +0000)
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4679
Change-Id: I5012e02214b777da245ddfef8dffb1eae8d25846

pom.xml
sdc-workflow-designer-be/pom.xml
sdc-workflow-designer-init/pom.xml
sdc-workflow-designer-ui/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index f77e65b..2b20628 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>sdc-workflow-designer-parent</artifactId>
     <name>sdc-sdc-workflow-designer</name>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index d8b4750..b55553f 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.0-SNAPSHOT</version>
+        <version>1.13.1-SNAPSHOT</version>
     </parent>
 
     <properties>
index fde0b3a..07ef830 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.0-SNAPSHOT</version>
+        <version>1.13.1-SNAPSHOT</version>
     </parent>
 
     <profiles>
index 5235494..c82f02d 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.0-SNAPSHOT</version>
+        <version>1.13.1-SNAPSHOT</version>
     </parent>
 
     <properties>
index 2ed82f6..da75b02 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=13
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}