aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-19 15:24:34 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-19 16:41:29 -0400
commitb6d79e1b7b950c5502761031b53bdc0a4fccbb7b (patch)
tree1e0e2f4930285264b66ae0c720ea3adcb24a4028
parent51dd37d5aeaace57ac40410edf19288f41112e88 (diff)
Upversion for global jjb transition
Issue-ID: AAI-2491 Change-Id: I8e0ea2e4827972863a951340404b2bb00eaadcc3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--project.clj2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b8c52c3..31f1e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>gallifrey</artifactId>
<packaging>jar</packaging>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
diff --git a/project.clj b/project.clj
index bf4beae..f04a7d2 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.onap.aai/gallifrey "1.4.0-SNAPSHOT"
+(defproject org.onap.aai/gallifrey "1.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[com.7theta/utilis "1.0.4"]
diff --git a/version.properties b/version.properties
index eff345c..99af342 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=4
-patch=1
+minor=5
+patch=0
base_version=${major}.${minor}.${patch}