From 632987493c6c24532b2ec526b17daf73ee6d21f0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 1 Mar 2018 10:59:28 -0500 Subject: Nitrogen port : sdnc-oam Update sdnc-oam to create docker containers based on ODL Nitrogen release. Change-Id: If8df28c417a2dec69be6eee2fc4521541126085a Issue-ID: SDNC-269 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 2822ea7882e20879b1556bf98cf28695f5052348 --- platform-logic/restapi-templates/pom.xml | 99 ++++++++++++++++---------------- 1 file changed, 51 insertions(+), 48 deletions(-) (limited to 'platform-logic/restapi-templates/pom.xml') diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 7f0d7b40..0ada96fe 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -1,54 +1,57 @@ - - 4.0.0 + + 4.0.0 - - org.onap.sdnc.oam - platform-logic - 1.3.0-SNAPSHOT - + + org.onap.ccsdk.parent + odlparent-lite + 1.0.1-SNAPSHOT + + - platform-logic-restapi-templates - 1.3.0-SNAPSHOT - pom + org.onap.sdnc.oam + platform-logic-restapi-templates + 1.3.0-SNAPSHOT + pom - Platform Logic : REST API templates - Contains platform-level platform logic for REST API templates + sdnc-oam :: platform-logic :: ${project.artifactId} + Contains platform-level platform logic for REST API templates - - - - maven-resources-plugin - 2.6 - - - copy-version - - copy-resources - - validate - - ../target/restapi/templates - - - src/main/json - - *.json - - true - - - src/main/xml - - *.xml - - true - - - - - - - - + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ../target/restapi/templates + + + src/main/json + + *.json + + true + + + src/main/xml + + *.xml + + true + + + + + + + + -- cgit 1.2.3-korg