summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-12-13 17:32:45 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2017-12-13 17:32:49 -0500
commitc0115528011a6a5e51490c9b312355e19d7c9f2f (patch)
tree05ec7634318e6d469e71ead4687d1ed1b2c031f1
parent8bf768ddd84f1e77269656e12c4fea1ae12a5701 (diff)
Update the pom master to 1.2.0
Issue-ID: AAI-546 Change-Id: I7559955842b4df717f95a4133afd0441d2d68b6f Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-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 f943431..6a43a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-fe</artifactId>
<packaging>war</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>aai-sparky-fe</name>
<url>http://maven.apache.org</url>
diff --git a/version.properties b/version.properties
index c48027c..9c95207 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=1
+minor_version=2
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}