X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f0456b32ec285f16af3414a6366906d8c537851d;hb=f0897af0096329079546740c07ae1716016d8a3a;hp=b02e5d0783b4a97c1ec8de85559f65a092d8fbc9;hpb=53cb68740aa0cff8102f68c245f3db1289a92e01;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index b02e5d07..f0456b32 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.4.0-SNAPSHOT + oparent + 2.1.1 org.onap.ccsdk.distribution distribution-root - 0.6.0-SNAPSHOT + 1.1.1-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -31,11 +31,95 @@ distribution + ${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 + + + + + + + + + +