From a411e57cfe2fee21736296f6a5dacc6ddbf43baa Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 4 May 2018 08:43:40 -0400 Subject: Upversion router core in prep for branch Issue-ID: AAI-1122 Change-Id: I32e9582c9787b5e04b4335a92dc6a084c4a6c5c0 Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 097fff7..4a96803 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.router-core router-core bundle - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT aai-router-core google_checks.xml diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg