diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:17:11 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:17:12 -0400 |
commit | 271ab81ee74f6089a579fc23dd47a9d729c832b7 (patch) | |
tree | aa1e363ed87386600fc4c0a9198aeb88514c1cfb | |
parent | 20555f4c8fc76c5ebba78324788ec91af41aeaea (diff) |
Upversion babel in master
Issue-ID: AAI-2579
Change-Id: Iefe4ab17ab71fd6e50e1148befc6ebb786c12853
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
@@ -35,7 +35,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index 99af342..a0756ad 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,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} |