From dc7a05c352b80786efd7f6bb1fcb8845dbc57bbc Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Feb 2020 12:38:55 -0500 Subject: [PATCH] Fix build error due to missing 0.7.0 artifacts Fixed to use latest CCSDK snapshot version instead of using version 0.7.0, which was not released due to bug in auto-release process. Change-Id: I14a764c9999bd533d7e0029cc0361f556749d65e Issue-ID: SDNC-1077 Signed-off-by: Dan Timoney --- installation/sdnc/pom.xml | 4 +- platform-logic/setup/pom.xml | 93 ++++++++++++++++++++++---------------------- 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 7eb4e629..3d8d14e4 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -22,8 +22,8 @@ ${project.version} ${maven.build.timestamp} 1.8.0-SNAPSHOT - 0.7.0 - 0.7.0 + 0.7.1-STAGING-latest + 0.7.1-SNAPSHOT org.onap.sdnc.p12 8443 diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index fd9b9866..be43fddd 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -1,8 +1,8 @@ - 4.0.0 + 4.0.0 - + org.onap.ccsdk.parent odlparent-lite 1.5.1 @@ -10,51 +10,50 @@ org.onap.sdnc.oam - platform-logic-setup - 1.8.0-SNAPSHOT - pom + platform-logic-setup + 1.8.0-SNAPSHOT + pom sdnc-oam :: platform-logic :: ${project.artifactId} - Copies base ONAP platform-logic - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.0.0 - - - unpack - validate - - unpack - - - - - org.onap.ccsdk.distribution - platform-logic-installer - ${ccsdk.distribution.version} - zip - true - ../target - - - false - true - true - ../target/repository - - - - - - - - - - - + Copies base ONAP platform-logic + + + 0.7.1-SNAPSHOT + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.0.0 + + + unpack + validate + + unpack + + + + + org.onap.ccsdk.distribution + platform-logic-installer + ${ccsdk.distribution.version} + zip + true + ../target + + + false + true + true + ../target/repository + + + + + + -- 2.16.6