aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}