Step up version to 1.13.0-SNAPSHOT 63/136163/1 1.13.0
authorJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 12 Oct 2023 12:13:05 +0000 (13:13 +0100)
committerJeff van Dam <jeff.van.dam@est.tech>
Thu, 12 Oct 2023 17:10:41 +0000 (17:10 +0000)
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: If9e74b1d6439557c70c4531d033051797a07a928
Issue-ID: SDC-4658

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 4f54266..f77e65b 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.12.0-SNAPSHOT</version>
+    <version>1.13.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index e3b2993..d8b4750 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index d528be6..fde0b3a 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
     <profiles>
index 5cd8725..5235494 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index 3ce0a7f..2ed82f6 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=12
+minor=13
 patch=0
 
 base_version=${major}.${minor}.${patch}