From f3d2c38692bdf4c1948db51b9621809bf8d2ea0b Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 14 Jun 2019 11:46:31 +0200 Subject: Upversion in prep of global jjb Issue-ID: AAI-2479 Signed-off-by: Jimmy Forsyth Change-Id: I63797adb6fa28385a30c6d48f0f2beff5946b3d9 --- common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 4 ++-- logging-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d9a25ff..33b2bdc 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c7a8d27..66aec0f 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT @@ -38,7 +38,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 90a34e7..f36701d 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 52e66a0..abeb519 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.logging-service logging-service pom - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-logging-service diff --git a/version.properties b/version.properties index f3dde84..64f7ecc 100644 --- a/version.properties +++ b/version.properties @@ -24,8 +24,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg