summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2019-08-15 20:54:41 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-15 20:54:41 +0000
commitaa38485bdd1c9c160e92903e930b126113d0f6d7 (patch)
treefd8dba9b15c7b26f8acdc4ae6a832997ef29b029
parent4fc2ea58cd77207f640a50e67605840c35a09171 (diff)
parent01d281630c12f98c2ef403fa39aa9638152f8bf9 (diff)
Merge "Upversion sparky-fe in master"6.0.0-ONAPfrankfurt
-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}