From 0190b382e4b37854c4461bfcfce594c20f5dd8a8 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 2 Mar 2021 20:00:49 -0500 Subject: Refactoring pom's name tag Indenting pom's and running mvn tidy:pom to rearrange items Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ic9c7cfd76bd98e6a101ec7788841d96316508735 --- northbound/dataChange/installer/pom.xml | 3 +-- northbound/dataChange/model/pom.xml | 4 +-- northbound/dataChange/pom.xml | 2 +- northbound/dataChange/provider/pom.xml | 44 ++++++++++++++++----------------- 4 files changed, 25 insertions(+), 28 deletions(-) (limited to 'northbound/dataChange') diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 705bbff4b..849a3f32a 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -14,7 +14,7 @@ 1.2.1-SNAPSHOT pom - ccsdk-sli-northbound :: dataChange :: ${project.artifactId} + ccsdk-sli-northbound :: ${project.artifactId} ccsdk-dataChange @@ -37,7 +37,6 @@ ${project.version} - diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index 4a4e6b506..8f21714f2 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -14,8 +14,7 @@ 1.2.1-SNAPSHOT bundle - ccsdk-sli-northbound :: dataChange :: ${project.artifactId} - + ccsdk-sli-northbound :: ${project.artifactId} @@ -23,6 +22,5 @@ rfc6991 - diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 0291e1b6d..2b64df3ce 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -14,7 +14,7 @@ 1.2.1-SNAPSHOT pom - ccsdk-sli-northbound :: dataChange + ccsdk-sli-northbound :: ${project.artifactId} model diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index e4f8aaf2b..9617e9ae9 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -14,18 +14,18 @@ 1.2.1-SNAPSHOT bundle - ccsdk-sli-northbound :: dataChange :: ${project.artifactId} + ccsdk-sli-northbound :: ${project.artifactId} - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${project.version} - pom - import - - + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${project.version} + pom + import + + @@ -58,18 +58,18 @@ test - - - - - - - - - - - - + + + + + + + + + + + + junit junit -- cgit 1.2.3-korg