From e0585c0abf821ca8eb2ebb603317c1e3b531d8d8 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 8 Jun 2020 09:28:23 -0400 Subject: Update to use version 1.5.9-SNAPSHOT of parent pom Update to use version 1.5.9-SNAPSHOT parent poms in order to pick up fixes to plugins repo Change-Id: I680bdf4d4a60c1a412178a251eb7cd5aa4b465cf Issue-ID: CCSDK-2399 Signed-off-by: Dan Timoney Former-commit-id: 840ae22d42c46cffdd60aa56d840d696ec297024 --- installation/admportal/pom.xml | 4 ++-- installation/ansible-server/pom.xml | 4 ++-- installation/dmaap-listener/pom.xml | 4 ++-- installation/pom.xml | 4 ++-- installation/sdnc-web/pom.xml | 4 ++-- installation/sdnc/pom.xml | 6 +++--- installation/ueb-listener/pom.xml | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'installation') diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index f6864712..3d473c43 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -4,14 +4,14 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-admportal - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates admportal Docker container diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index c9be56f6..ad0e0ead 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,13 +4,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-ansible-server - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates ansible-server Docker container diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 88e74f94..55ad6f90 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -4,13 +4,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-dmaap-listener - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates dmaap-listener Docker container diff --git a/installation/pom.xml b/installation/pom.xml index 42127fe6..6e46aa53 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,14 +4,14 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation Installs SDN-C on local file system diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index f310984c..8a5613e1 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT org.onap.sdnc.oam installation-sdnc-web - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT pom sdnc-oam :: installation :: ${project.artifactId} diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 7f18ef00..65a1df1f 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -4,14 +4,14 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-sdnc - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates SDN Controller Docker container @@ -22,7 +22,7 @@ ${project.version} ${maven.build.timestamp} 1.8.1 - 0.7.4-STAGING-latest + 0.7.5-STAGING-latest ${ccsdk.features.version} org.onap.sdnc.p12 diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index a35f36c8..cae2642c 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -4,13 +4,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.7 + 1.5.9-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-ueb-listener - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates ueb-listener Docker container -- cgit 1.2.3-korg