X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=5604391d5adf83c63c014b405bc80810cb4c09af;hb=39e159f151fe71f8d4f831232b2c7a7f28e9ceba;hp=f386139fead4c9b689d2d0d0d84e9434d3750f8e;hpb=bd00c7f1f5c375d129864cd17ffb738cede5fd95;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index f386139f..5604391d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.2.1 + oparent + 2.5.0-SNAPSHOT org.onap.ccsdk.distribution distribution-root - 0.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -31,11 +31,96 @@ distribution + 1.6.0-SNAPSHOT + ${project.version} + ${project.version} yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} ${maven.build.timestamp} + + false + true + UTF-8 UTF-8 + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-no-snapshots + + enforce + + + + + false + true + + org.onap.ccsdk.*:* + + WARN + + + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + +