From 2d628f41a83e35fa1c7baea7c8d7b7f74e5c4173 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 19 Oct 2018 08:31:50 -0400 Subject: [PATCH] Added docker properties to POM Issue-ID: OPTFRA-373 Change-Id: I8d7be351e36b69d0b489d1a8849272391e72e606 Signed-off-by: Jerry Flood --- cmso-database/pom.xml | 10 +++++++++- cmso-service/pom.xml | 9 ++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml index 2b2afc0..1b4833a 100644 --- a/cmso-database/pom.xml +++ b/cmso-database/pom.xml @@ -41,7 +41,7 @@ org.onap.optf.cmso liquibase - 0.1.0-SNAPSHOT + 3.0.0-SNAPSHOT liquibase Liquibase project for Spring Boot @@ -62,6 +62,14 @@ UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' + + localhost:5000 + nexus3.onap.org:10001 + true + true + true + false + diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml index e1622bd..9db329a 100644 --- a/cmso-service/pom.xml +++ b/cmso-service/pom.xml @@ -43,7 +43,7 @@ org.onap.optf.cmso cmso-service - 0.1.0-SNAPSHOT + 3.0.0-SNAPSHOT jar cmso @@ -82,6 +82,13 @@ ${basedir}/target/surefire-reports ${basedir}/target/failsafe-reports + localhost:5000 + nexus3.onap.org:10001 + true + true + true + false + -- 2.16.6