diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-11-01 16:40:39 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-11-01 16:40:39 -0400 |
commit | 65635eb379813c675a3d70b6ed9e6acc3268df5e (patch) | |
tree | 4970756d7aac04849169aeadb981cf3b9361899e | |
parent | 8f8d71565561f6abeac32bd39ac502c5bdc5964b (diff) |
upversion to 1.3.13.0.0-ONAP
Change-Id: I122c7806a6568afcb15b24543b50e659ae8be0ae
Issue-ID: AAI-1817
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | project.clj | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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} |