aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 11:44:03 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 11:44:11 -0400
commita26adeb2a9b6eff7000014d280fb85f88950c130 (patch)
tree11257311499b1d57265221002d2147d0527b921a
parenta2d2029ce34b72a3e78cb9507382c8a08d01d754 (diff)
Upversion gallifrey on masterHEADmaster
Issue-ID: AAI-2579 Change-Id: Ib03b447118ffbb8ea04ba8c88083414d77f90a04 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--project.clj2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index fefdecf..a932355 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>gallifrey</artifactId>
<packaging>jar</packaging>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
diff --git a/project.clj b/project.clj
index fd8cc17..acadd5e 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.onap.aai/gallifrey "1.5.0-SNAPSHOT"
+(defproject org.onap.aai/gallifrey "1.6.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[com.7theta/utilis "1.0.4"]
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}