X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b2f3b12ddee91b4a66e52c9f808740055248d880;hb=ea7e96ce3f7352d34f78b46d3b56182795b4f680;hp=2c46278b3d8a4d2dd85afab140e20b0570058b84;hpb=6cbe47603a3c6f6d18f5b21a994448d4e5cc0c32;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index 2c46278b..b2f3b12d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.4.1-SNAPSHOT + oparent + 2.3.3 org.onap.ccsdk.distribution distribution-root - 0.6.1-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 + + + + + + + + + +