diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:27 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:27 -0500 |
commit | e9f8479da16ac6aa4371723835ec72b98c0e6d22 (patch) | |
tree | a80d54521a47f032b2b73a845bcc8a22e35dfd10 | |
parent | 4cab635b9642d6169e1660bc8ab648bb28fea33b (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: I0aff8d3c838ea8926b974d7a07f19ea8a809c211
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
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.7.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 703fb93..8c26ae8 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 +minor=8 patch=0 base_version=${major}.${minor}.${patch} |