From 4223eaab704d19324c4279d080d5b653cf4c5425 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Mon, 5 Nov 2018 10:39:54 -0500 Subject: Upversion for Dublin Change-Id: I9cab616a188b6c755f628097d76f0f314253d84a Issue-ID: AAI-1845 Signed-off-by: sblimkie --- 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 a495a30..b1fa343 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 2cc30e0..c68c2ba 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT @@ -38,7 +38,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 47a75df..fba6c4a 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 3aafecf..d59fb94 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.logging-service logging-service pom - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-logging-service diff --git a/version.properties b/version.properties index a751e39..3947b9c 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=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg