diff options
author | sblimkie <sb787e@att.com> | 2018-11-05 10:16:18 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-11-05 10:34:55 -0500 |
commit | df32f3f02e86595f478f04536d32eb96762457e8 (patch) | |
tree | 8f21208057b0a40a74be931bdad57f3130ae72e2 | |
parent | 1d2876b3e23fd186f3a5d0db1c35b6577fe9ca87 (diff) |
Upversion for Dublin
Change-Id: I15b107605a699f654f87d9c62c1e31bb5920d947
Issue-ID: AAI-1857
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 | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ <groupId>org.onap.aai</groupId> <artifactId>chameleon</artifactId> <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>aai-chameleon</name> <description/> <scm> diff --git a/project.clj b/project.clj index 8813069..053f766 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.onap.aai/chameleon "1.3.1-SNAPSHOT" +(defproject org.onap.aai/chameleon "1.4.0-SNAPSHOT" :name "chameleon" :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/core.async "0.4.474"] diff --git a/version.properties b/version.properties index fb21064..668657e 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=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |