diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 16:01:40 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 16:01:43 -0400 |
commit | ee4af7e495077ef58a3de3312d2e180c59465f59 (patch) | |
tree | fdcb42b3d6435aba2cf55c150a0f9dd99d107e1c | |
parent | 85be10eac05a4d95b58f1afbca6d2018f91434c2 (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.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} |