diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-11-21 17:35:34 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2023-11-21 17:35:38 +0000 |
commit | 562fcfb3a387b94e74eb4ce33a83cd70192b9bd5 (patch) | |
tree | 370d76428d1712bdf1bbea29c499589bec540e25 | |
parent | dca6b21a39d6565dcaf290d5ffc7679091985ac7 (diff) |
Step version to 1.13.1-SNAPSHOT1.13.1
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4679
Change-Id: I5012e02214b777da245ddfef8dffb1eae8d25846
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-be/pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-init/pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-ui/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -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> diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml index d8b47505..b55553f7 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.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <properties> diff --git a/sdc-workflow-designer-init/pom.xml b/sdc-workflow-designer-init/pom.xml index fde0b3a8..07ef830b 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.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <profiles> diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml index 5235494e..c82f02df 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.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <properties> diff --git a/version.properties b/version.properties index 2ed82f60..da75b021 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=13 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |