From 56d162015b3570171fe674221852323caac59a35 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 27 Jun 2019 17:15:56 -0400 Subject: Prepare logging-service for global-jjb Issue-ID: AAI-2479 Change-Id: I638197ff2c382341469a598061b13c0c1cbf8c02 Signed-off-by: Jimmy Forsyth --- common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 4 ++-- logging-api/pom.xml | 2 +- pom.xml | 16 ++++------------ version.properties | 2 +- 5 files changed, 10 insertions(+), 18 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 33b2bdc..e479d99 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.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 66aec0f..b8113b6 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -38,7 +38,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index f36701d..a90c35d 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.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index abeb519..1476496 100644 --- a/pom.xml +++ b/pom.xml @@ -24,13 +24,13 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.logging-service logging-service pom - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-logging-service @@ -109,17 +109,9 @@ limitations under the License. --> - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - + org.apache.maven.plugins + maven-deploy-plugin org.codehaus.mojo diff --git a/version.properties b/version.properties index 64f7ecc..7298190 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg