diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:11 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:11 -0500 |
commit | f816f39b930c97ded8c8ef7aa6d682757cf4f022 (patch) | |
tree | 09d2875708e8640bbf04ff26a9ea11c3ea660207 | |
parent | a016baccfb7e733258ebbe9c4c043fe0626c405c (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: I13cdb1cfe1ea4ab0ebc2d9c1dca12729a71c7165
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <properties> diff --git a/version.properties b/version.properties index 6434a15..5403b8c 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=7 -patch_version=1 +minor_version=8 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |