aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-10-12 13:13:05 +0100
committerJeff van Dam <jeff.van.dam@est.tech>2023-10-12 17:10:41 +0000
commitbeb641914f8944921964900bd757bb238cef199b (patch)
tree5b24083e04fb89fc58705b16540367b144faf1bc
parentb2bfa0ea4eda5867d9fec8edc1e8ca11e648f194 (diff)
Step up version to 1.13.0-SNAPSHOT1.13.0
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: If9e74b1d6439557c70c4531d033051797a07a928 Issue-ID: SDC-4658
-rw-r--r--pom.xml2
-rw-r--r--sdc-workflow-designer-be/pom.xml2
-rw-r--r--sdc-workflow-designer-init/pom.xml2
-rw-r--r--sdc-workflow-designer-ui/pom.xml2
-rw-r--r--version.properties2
5 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 4f542669..f77e65b0 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.12.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index e3b29938..d8b47505 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.12.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<properties>
diff --git a/sdc-workflow-designer-init/pom.xml b/sdc-workflow-designer-init/pom.xml
index d528be63..fde0b3a8 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.12.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<profiles>
diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml
index 5cd87250..5235494e 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.12.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<properties>
diff --git a/version.properties b/version.properties
index 3ce0a7f0..2ed82f60 100644
--- a/version.properties
+++ b/version.properties
@@ -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}