diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:28:45 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:28:46 -0400 |
commit | cc8a618a7da2c3b8553a19397da79eef60547005 (patch) | |
tree | 0ce8bd422abbf2edcb771cbf21b40f22e247de5a | |
parent | f7bdde98974b14f32378ac5690a94b94b5e06abe (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I71cbe63a4579386b52e228b89786045a090da2e8
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.6.3-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index a06c1c8..703fb93 100644 --- a/version.properties +++ b/version.properties @@ -24,8 +24,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=6 -patch=3 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |