aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-15 09:21:15 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-15 09:21:17 -0400
commit34ee994ce07d698a05d497378662be207c60ce3d (patch)
tree9095050e366cba5a9847c94411cff9a472ba224d
parent79e851a124ad800050d583ab0c1a22a056efa06d (diff)
Upversion babel in elalto
Issue-ID: AAI-2579 Change-Id: Ic7f68c698533f7c080d7b697b10885e07d9046e2 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 2c762b2..b194361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
diff --git a/version.properties b/version.properties
index 99af342..f78f30b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}