Step version to 1.10.0-SNAPSHOT 94/127494/4 1.10.0
authorvasraz <vasyl.razinkov@est.tech>
Thu, 3 Mar 2022 21:13:02 +0000 (21:13 +0000)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Sun, 6 Mar 2022 16:26:45 +0000 (16:26 +0000)
Change-Id: Ibecbc46203a78ca6a03c9d9bd4f66d19cc5e1b3a
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3896

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 d0f448c..8eb3e28 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.9.0-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 93954d8..48e5a8b 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index 178a2dd..5a345b8 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.0-SNAPSHOT</version>
     </parent>
 
     <profiles>
index d658a20..8ea7901 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index 0986d1f..a9271e1 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=9
+minor=10
 patch=0
 
 base_version=${major}.${minor}.${patch}