summaryrefslogtreecommitdiffstats
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 e13ea13..7ff0e25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>gallifrey</artifactId>
<packaging>jar</packaging>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
diff --git a/project.clj b/project.clj
index 17d07f2..361606f 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.onap.aai/gallifrey "1.3.0-SNAPSHOT"
+(defproject org.onap.aai/gallifrey "1.3.1-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[com.7theta/utilis "1.0.4"]
diff --git a/version.properties b/version.properties
index a254b21..fb21064 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}