X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7be9d768589bc6e284c868efff0271068b0464d3;hb=398586dafd8a1efe33cee22e504bf72c6cb02327;hp=a4dc0fc08f96037f189e8a6f48cce8456ffc7f59;hpb=0f4c96b5b6081efeecc73a748822a765cc38d62b;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index a4dc0fc0..7be9d768 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.3.3 + oparent + 2.3.3 org.onap.ccsdk.distribution distribution-root - 0.5.2-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.5.0-SNAPSHOT + 1.4.0-SNAPSHOT + ${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 + + + + + + + + + +