aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-30 17:29:24 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-30 17:29:26 -0400
commit5ed8acc23cc3d87c91a36addb827b894c968fc82 (patch)
treea06d9156d0e5853f251d2981beb3a985fdca3c6a
parent239ac9c1ad99643740cc6f0b472194022b7b349b (diff)
Upversion to 1.6.2
Issue-ID: AAI-2850 Change-Id: Ic0c0a616293171b6e244f012a22e927ab22c3472 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 5c69ab6..ae87794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
diff --git a/version.properties b/version.properties
index 922c4fa..41565bf 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=6
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}