From 4171e35d4ea5d28e7ffd8bb6406d56568dbefa64 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Mon, 5 Nov 2018 10:35:59 -0500 Subject: Upversion for Dublin Change-Id: Idc059c8cde0e3e047acc600558c190e0dc42a171 Issue-ID: AAI-1858 Signed-off-by: sblimkie --- pom.xml | 2 +- project.clj | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7ff0e25..ad9b968 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.onap.aai gallifrey jar - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-gallifrey diff --git a/project.clj b/project.clj index 361606f..da1eb36 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.onap.aai/gallifrey "1.3.1-SNAPSHOT" +(defproject org.onap.aai/gallifrey "1.4.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.8.0"] [com.7theta/utilis "1.0.4"] 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} -- cgit 1.2.3-korg