X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6043cbc50abbfbef86bebea65dedecf74f8ac256;hb=8a6831c3f57f2b75fe8e67bdd7dea8b4f78702d9;hp=9d4396e06f285b6d92de24f1cbc3fcc2371536fd;hpb=b594a9b61a49ccb3a53be0807fb090da3f606517;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index 9d4396e0..6043cbc5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.3.0-SNAPSHOT + oparent + 2.2.0-SNAPSHOT org.onap.ccsdk.distribution distribution-root - 0.5.0-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -31,11 +31,96 @@ distribution + ${project.version} + ${project.version} yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} ${maven.build.timestamp} + + false + 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 + + + + + + + + + +