aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-13 18:21:14 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-13 18:21:16 -0400
commit2fd574d1e1800857dd1c2c8190e8eec308b90398 (patch)
tree5e470e4690e03289b5d1608bf5cd3fc535902104
parentb06ace52f345dc3db6963fcbc05678a7f3420f67 (diff)
Upversion chameleon in masterHEADmaster
Issue-ID: AAI-2579 Change-Id: I009c2a0e39e10d5fb7911cc7f413f7a6704a2297 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2540f4c..556dfec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>chameleon</artifactId>
<packaging>jar</packaging>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>aai-chameleon</name>
<description/>
<scm>
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}