X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b2f3b12ddee91b4a66e52c9f808740055248d880;hb=ea7e96ce3f7352d34f78b46d3b56182795b4f680;hp=8d9e4dfaa56e5fc0477dd1e4bf21c16754f00dd6;hpb=c9187555080854d1364fc9ad44b7a007dc757d3f;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index 8d9e4dfa..b2f3b12d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.4.0 + oparent + 2.3.3 org.onap.ccsdk.distribution distribution-root - 0.6.0-SNAPSHOT + 1.4.0-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -31,11 +31,97 @@ distribution + ${project.version} + 1.4.1 + 1.3.0 + ${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 + + + + + + + + + +