diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-10 17:06:51 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-10 17:06:51 +0100 |
commit | 2d688bf5cdcfe30447e83e6405c120b1d994922b (patch) | |
tree | 59d453ff5deb7e3c50e76924e017551b81f2db2d | |
parent | 58877c8fbec433c42d5e0f3bbf71f5a440343469 (diff) |
Upversion to 1.3.1
Change-Id: I90ed0b13bb83ab9b03d873ba03fe5521eae823d4
Issue-ID: AAI-1734
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |