summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f4e0779..d534c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-fe</artifactId>
<packaging>war</packaging>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>aai-sparky-fe</name>
<url>http://maven.apache.org</url>
diff --git a/version.properties b/version.properties
index dfe0c65..e6fc35b 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=2
-patch_version=1
+patch_version=2
base_version=${major_version}.${minor_version}.${patch_version}