From 2c0167b86ac18bbd53a3c7b7c15d105adba84bb3 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 4 May 2018 08:46:13 -0400 Subject: Upversion logging-service in prep for branch Issue-ID: AAI-1122 Change-Id: I0849cad8539cd3164ea31fe12c39c89df83c9dc5 Signed-off-by: Jimmy Forsyth --- common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 4 ++-- logging-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d2cbaf0..aa7de03 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.2.2-SNAPSHOT + 1.2.3-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index e23a260..6bf357f 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.2.2-SNAPSHOT + 1.2.3-SNAPSHOT @@ -38,7 +38,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index d486983..0ab6a3b 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.2.2-SNAPSHOT + 1.2.3-SNAPSHOT diff --git a/pom.xml b/pom.xml index 21124c5..56bdbdc 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.aai.logging-service logging-service pom - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT aai-logging-service diff --git a/version.properties b/version.properties index e1cf72f..cbe33e5 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg