diff options
author | 2020-03-30 17:29:24 -0400 | |
---|---|---|
committer | 2020-03-30 17:29:26 -0400 | |
commit | 5ed8acc23cc3d87c91a36addb827b894c968fc82 (patch) | |
tree | a06d9156d0e5853f251d2981beb3a985fdca3c6a | |
parent | 239ac9c1ad99643740cc6f0b472194022b7b349b (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |