From 05d1e18373779df333d1f1fa30cc4891a8da59a4 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 26 Jul 2019 12:48:41 -0400 Subject: Cleanup POMs and Dockerfiles Issue-ID: OPTFRA-539 Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659 Signed-off-by: Jerry Flood --- cmso-topology/pom.xml | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) (limited to 'cmso-topology/pom.xml') diff --git a/cmso-topology/pom.xml b/cmso-topology/pom.xml index b450960..e27960a 100644 --- a/cmso-topology/pom.xml +++ b/cmso-topology/pom.xml @@ -30,30 +30,15 @@ cmso-topology - yyyyMMdd'T'HHmmss'Z' - - ${project.version} - ${maven.build.timestamp} - - Dublin cmso org.onap.optf.cmso cmso - 1.8 - 1.0.0 - 5.1.5.RELEASE - 2.0.0 - - 1.8 - 1.8 ${maven.build.timestamp} UTF-8 UTF-8 - yyyyMMdd'T'HHmmss'Z' 2.2.1 ${basedir}/src/main/resources/META-INF/resources/swagger/ - 2.1.4 2.0.7 @@ -67,8 +52,6 @@ ${basedir}/target/surefire-reports ${basedir}/target/failsafe-reports - localhost:5000 - nexus3.onap.org:10001 false false false @@ -316,13 +299,13 @@ io.fabric8 docker-maven-plugin - 0.26.0 + ${docker.maven.plugin.version} true 1.23 - onap/optf-cmso-topology + ${image.namespace}/optf-cmso-topology onap-optf-cmso-topology true @@ -336,6 +319,12 @@ ${project.basedir}/src/main/docker/assembly/cmso-files.xml onap-cmso-topology + + + @@ -356,7 +345,7 @@ push - onap/optf-cmso-topology:%l + ${image.namespace}/optf-cmso-topology:%l -- cgit 1.2.3-korg