diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-11 10:13:41 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-11 10:13:41 +0100 |
commit | 2626b3f0c9cac0e8f6e21995a1098c2241b99d5b (patch) | |
tree | 5dde54eb5265538545832fc6487b885cbc9f096f | |
parent | b83cf59d4b741c9faa2c3086115f8b01ed5a724a (diff) |
Upversion to 1.3.1
Change-Id: I0506b30944a5ac4896e20ba198ac8b0877238b92
Issue-ID: AAI-1745
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
@@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.aai.gizmo</groupId> <artifactId>gizmo</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <name>aai-gizmo</name> <properties> 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} |