From 12789faff8b2073bc95ba350a701812edaaf64d8 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Wed, 31 Oct 2018 11:35:13 -0400 Subject: upversion to 1.3.0 Change-Id: I4b91291452649b7f2307f59bfc7dcf35bf23d406 Issue-ID: AAI-1788 Signed-off-by: sblimkie --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8ed791b..ad39495 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai spike - 1.0.0-SNAPSHOT + 1.3.0-SNAPSHOT aai-spike diff --git a/version.properties b/version.properties index 5128787..a254b21 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=3 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg