diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-07 10:05:04 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-07 10:05:06 -0400 |
commit | f7bdde98974b14f32378ac5690a94b94b5e06abe (patch) | |
tree | 81bd4350473a3eb306ebacc7710a8719ae786fff | |
parent | b04ff6ea169c310d01e0679d93412f978d62db5c (diff) |
Upversion to 1.6.36.0.0-ONAPfrankfurt
Issue-ID: AAI-2850
Change-Id: I6f65d5fdb24c2d7d1612044f0164536f517fbd8b
Signed-off-by: Jimmy Forsyth <jf2512@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.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 1e91e59..a06c1c8 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=6 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |