aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-03-23 10:39:43 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-03-23 11:56:59 +0000
commitca6d7c903bab110e148c203c31bddad027d41602 (patch)
treec80e97a7bc16e3466e8492de9566d89f3952b8d8
parent2487c4f2b03507edc1225366a72c05448471aef9 (diff)
Step up version to 1.12.0-SNAPSHOT1.12.0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3dadb94af6b7e052166c7058bd21eaaa5d0f459e Issue-ID: SDC-4447
-rw-r--r--pom.xml2
-rw-r--r--sdc-workflow-designer-be/pom.xml2
-rw-r--r--sdc-workflow-designer-init/pom.xml4
-rw-r--r--sdc-workflow-designer-ui/pom.xml2
-rw-r--r--version.properties4
5 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 9decbc3e..9e30517b 100644
--- 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.11.1-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index 1b2c880d..d265ac4d 100644
--- a/sdc-workflow-designer-be/pom.xml
+++ b/sdc-workflow-designer-be/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>sdc-workflow-designer-parent</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<properties>
diff --git a/sdc-workflow-designer-init/pom.xml b/sdc-workflow-designer-init/pom.xml
index 2bc58ec8..a6f3b5b1 100644
--- a/sdc-workflow-designer-init/pom.xml
+++ b/sdc-workflow-designer-init/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>sdc-workflow-designer-parent</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<profiles>
@@ -45,4 +45,4 @@
</build>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml
index ada4d62e..633bf686 100644
--- a/sdc-workflow-designer-ui/pom.xml
+++ b/sdc-workflow-designer-ui/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>sdc-workflow-designer-parent</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<properties>
diff --git a/version.properties b/version.properties
index bc305139..3ce0a7f0 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=11
-patch=1
+minor=12
+patch=0
base_version=${major}.${minor}.${patch}