aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-05-03 18:30:18 -0400
committerJimmy Forsyth <jf2512@att.com>2019-05-03 18:30:20 -0400
commit51dd37d5aeaace57ac40410edf19288f41112e88 (patch)
tree28753d04ec8055f7b2c5d9bbb084799723a711b1
parent65185bd54773fc95aa634b617acfa12fb621d9f4 (diff)
Upversion for Dublin release4.0.0-ONAPdublin
Issue-ID: AAI-2403 Change-Id: I3ca7c607546b2c4c0bfc605dd7cdf06063a0ed09 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 83c2f5d..b8c52c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>gallifrey</artifactId>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<name>aai-gallifrey</name>
<description/>
<scm>
diff --git a/version.properties b/version.properties
index 668657e..eff345c 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=4
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}