From b518f0f73e9844809ccf4747a88693a4899963b2 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 16:21:21 -0400 Subject: Upversion validation in elalto Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I5a9e2aba33f93b496d5785582c50a7234fcac18d --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0f0c0da..d9caece 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.validation validation aai-validation - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.oparent oparent @@ -49,7 +49,7 @@ - 1.5.20.RELEASE + 1.5.21.RELEASE org.onap.aai.validation.ValidationServiceApplication 9500 9501 @@ -67,7 +67,7 @@ 2.6.2 1.3 20160212 - 1.5.0 + 1.5.1 1.4.1 ${project.build.directory}/bundleconfig/etc/oxm/ 2.23 diff --git a/version.properties b/version.properties index 99af342..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg