diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-12-11 15:32:28 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-12-11 15:32:31 -0500 |
commit | b9d4cdf415e9050754cd63a5399daa3e2711deeb (patch) | |
tree | a51b3a6ef482abc4dfb12f962322332058ad3a46 | |
parent | 10f5043e45c14dc2f110de8485c7c2613fe1fa0c (diff) |
Upversion for Frankfurt
Issue-ID: AAI-2737
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I91bd8d7b63c7c7fbb3dee0ef41f5ec7155e86006
-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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 4c24975..b9e3014 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=5 +minor=6 patch=0 base_version=${major}.${minor}.${patch} |