aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 11:42:59 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 11:43:02 -0400
commit7c5f718b4175a7f218666b3933376c66846a764a (patch)
treeef384a0aecfd1775e318a961c1d37da141c6fdf4
parent010183a1c5b8c047bd83f9f4688f25734c7b7b71 (diff)
Upversion gallifrey on elalto5.1.0-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579 Change-Id: I0ff6bb8db487f98dcaa539f94ff0754a0e839b31 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..4320d00 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.5.1-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
diff --git a/project.clj b/project.clj
index fd8cc17..488ad00 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.5.1-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[com.7theta/utilis "1.0.4"]
diff --git a/version.properties b/version.properties
index 99af342..f78f30b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}