summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 8cec5f97..ca83b152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,14 +17,14 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>sdc-workflow-designer</artifactId>
<packaging>pom</packaging>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<name>sdc-sdc-workflow-designer</name>
<modules>
diff --git a/version.properties b/version.properties
index cdcd1e9e..683cac4e 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}