From 465c89671b4e2b3a8682d6386c6a3c9d43c01b8d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 3 May 2019 18:32:05 -0400 Subject: Upversion for Dublin release Issue-ID: AAI-2403 Change-Id: I170328747cc3fb7abaecc95952d2ae63197449d4 Signed-off-by: Jimmy Forsyth --- common-logging/pom.xml | 2 +- eelf-logging/pom.xml | 2 +- logging-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index b1fa343..7194f24 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.0-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c68c2ba..af802c4 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.0-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index fba6c4a..90a34e7 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.0-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index d59fb94..52e66a0 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.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-logging-service diff --git a/version.properties b/version.properties index 3947b9c..f3dde84 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg