From 1012cdd907e5121b41fff13c65caf13e4b3e9fa3 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 7 Aug 2020 14:50:14 -0400 Subject: Use released version of artifacts to build docker Use released version of artifacts to build sdnc/oam dockers Change-Id: I33020197329d87e5ae006a1ec5909c183f6be64b Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney Former-commit-id: 92dc52513bc90f327addbbf46edafaf864e66766 --- installation/admportal/pom.xml | 2 +- installation/ansible-server/pom.xml | 2 +- installation/dmaap-listener/pom.xml | 2 +- installation/pom.xml | 2 +- installation/sdnc-web/pom.xml | 2 +- installation/sdnc/pom.xml | 6 +++--- installation/ueb-listener/pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'installation') diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 9d72dd8a..b232c578 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 93ad5191..7db0d741 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 pom diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index e25f6f16..5974aa4b 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 pom diff --git a/installation/pom.xml b/installation/pom.xml index 3d814ed1..0b8edce8 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index a3eeddfc..3e6e9fde 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 org.onap.sdnc.oam diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 63ed6bb0..9c832fb0 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -21,9 +21,9 @@ onap/sdnc-image ${project.version} ${maven.build.timestamp} - 2.0.0-SNAPSHOT + 2.0.0 1.0.0-STAGING-latest - 1.0.0-SNAPSHOT + 1.0.0 org.onap.sdnc.p12 8443 diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index f6044ec9..02746abf 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 pom -- cgit 1.2.3-korg