From 05e4277510b9947e3cdcbab8c7bb3846a4211af6 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 12 Dec 2019 11:20:58 -0500 Subject: Refactoring POM as per tidy:pom Removing sli version property declared as project.version, and it should inherit from parent pom Change-Id: I24dc1849e2183560f4c571319be0c490c772a95e Issue-ID: CCSDK-1993 Signed-off-by: Singal, Kapil (ks220y) --- pom.xml | 210 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 105 insertions(+), 105 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1b21bcff7..c8ef632f7 100755 --- a/pom.xml +++ b/pom.xml @@ -1,114 +1,114 @@ - 4.0.0 + 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.5.1-SNAPSHOT - - + + org.onap.ccsdk.parent + odlparent-lite + 1.5.1-SNAPSHOT + + - org.onap.ccsdk.features - ccsdk-features - 0.7.0-SNAPSHOT - pom + org.onap.ccsdk.features + ccsdk-features + 0.7.0-SNAPSHOT + pom - ccsdk-features - CCSDK applications - https://wiki.onap.org - - ONAP - + ccsdk-features + CCSDK applications + https://wiki.onap.org + + ONAP + - - features - sdnr/wt - sdnr/northbound - blueprints-processor - aafshiro - + + features + sdnr/wt + sdnr/northbound + blueprints-processor + aafshiro + - - scm:git:ssh://git@${onap.git.host}/features.git - scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git - ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse - + + scm:git:ssh://git@${onap.git.host}/features.git + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse + - - - blackduck - - - blackduck-scan - - - - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - - - - - - 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 - - - - - - - - - - + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + 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 + + + + + + + + + + -- cgit 1.2.3-korg