summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 16:01:40 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 16:01:43 -0400
commitee4af7e495077ef58a3de3312d2e180c59465f59 (patch)
treefdcb42b3d6435aba2cf55c150a0f9dd99d107e1c
parent85be10eac05a4d95b58f1afbca6d2018f91434c2 (diff)
Upversion sparky-fe in elalto5.1.0-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I2ffa8c8695097187c8f0723ba4ff3551c8188490
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 725d77f..942f647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-fe</artifactId>
<packaging>war</packaging>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>aai-sparky-fe</name>
<url>http://maven.apache.org</url>
diff --git a/version.properties b/version.properties
index 4814eb2..704dc53 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=5
-patch_version=1
+minor_version=6
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}