From 2626b3f0c9cac0e8f6e21995a1098c2241b99d5b Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Thu, 11 Oct 2018 10:13:41 +0100 Subject: [PATCH] Upversion to 1.3.1 Change-Id: I0506b30944a5ac4896e20ba198ac8b0877238b92 Issue-ID: AAI-1745 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d3ce143..8acb0df 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-gizmo 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} -- 2.16.6