diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2019-08-15 20:54:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-15 20:54:41 +0000 |
commit | aa38485bdd1c9c160e92903e930b126113d0f6d7 (patch) | |
tree | fd8dba9b15c7b26f8acdc4ae6a832997ef29b029 | |
parent | 4fc2ea58cd77207f640a50e67605840c35a09171 (diff) | |
parent | 01d281630c12f98c2ef403fa39aa9638152f8bf9 (diff) |
Merge "Upversion sparky-fe in master"6.0.0-ONAPfrankfurt
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |