From 9a6a09d04b404ee3c0c94928ec1c51918b3c3a42 Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Mon, 13 Apr 2020 13:33:16 -0400 Subject: Setup to release Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth Change-Id: I8ae851ee979f046b1e552227ce6c7f162199024a --- common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 5 ++--- logging-api/pom.xml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index e479d99..c5e4720 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.5.1-SNAPSHOT + 1.6.0-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.5.1-SNAPSHOT + ${project.version} diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index b8113b6..ad2aff1 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,9 +25,8 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.5.1-SNAPSHOT + 1.6.0-SNAPSHOT - eelf-logging EELF Logging Implementation @@ -38,7 +37,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.5.1-SNAPSHOT + ${project.version} diff --git a/logging-api/pom.xml b/logging-api/pom.xml index a90c35d..d141210 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.5.1-SNAPSHOT + 1.6.0-SNAPSHOT -- cgit 1.2.3-korg