diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:46:19 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:46:19 -0500 |
commit | ddc05d4ea0254b427fea6ec80e2b03950eeca4ce (patch) | |
tree | a247a0cdc2f003bd1681ecabdffc0d931495275a | |
parent | 0fd398f3f0756ff9dc911cf4adf1c31612eb1873 (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: I06d98724532d0d5417445a98857f98b52dcb49ce
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ <groupId>org.onap.aai</groupId> <artifactId>sparky-fe</artifactId> <packaging>war</packaging> - <version>1.6.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <name>aai-sparky-fe</name> <url>http://maven.apache.org</url> diff --git a/version.properties b/version.properties index 704dc53..5403b8c 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=6 +minor_version=8 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |