From 7de29bfea89ff53a446bea07d8f74d1aaa87045b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 25 Nov 2020 08:29:23 -0500 Subject: Limit use of odlparent poms Updated pom.xmls to use standard maven project structure (i.e. parent of pom is pom in directory above), and updated top level pom to use org.ccsdk.parent:oparent as parent - EXCEPT in cases where module has true OpenDaylight dependencies and therefore needs to use ODL parent pom. Change-Id: I50429f28225152251ac2086235c14bb00f09c05c Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney --- adaptors/features/ccsdk-aai-service/pom.xml | 7 +++---- adaptors/features/ccsdk-ansible-adapter/pom.xml | 7 +++---- adaptors/features/ccsdk-base-http/pom.xml | 7 +++---- adaptors/features/ccsdk-mdsal-resource/pom.xml | 7 +++---- adaptors/features/ccsdk-messagerouter-consumer/pom.xml | 6 +++--- adaptors/features/ccsdk-messagerouter-publisher/pom.xml | 6 +++--- adaptors/features/ccsdk-netbox-client/pom.xml | 7 +++---- adaptors/features/ccsdk-resource-assignment/pom.xml | 7 +++---- adaptors/features/ccsdk-saltstack-adapter/pom.xml | 7 +++---- adaptors/features/ccsdk-sli-adaptors-all/pom.xml | 7 +++---- adaptors/features/ccsdk-sql-resource/pom.xml | 7 +++---- adaptors/features/features-sli-adaptors/pom.xml | 2 +- adaptors/features/installer/pom.xml | 7 +++---- adaptors/features/pom.xml | 4 ++-- 14 files changed, 39 insertions(+), 49 deletions(-) (limited to 'adaptors/features') diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index 9f99a7169..dce8adfa3 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index f68826cf0..a34723902 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-base-http/pom.xml b/adaptors/features/ccsdk-base-http/pom.xml index 67ac058a1..e1a60c55d 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-mdsal-resource/pom.xml b/adaptors/features/ccsdk-mdsal-resource/pom.xml index f3ee919ac..cd7d1e48f 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml index 1eaa15617..b55563244 100755 --- a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors.messagerouter diff --git a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml index 43fa9b264..cb1c495f5 100755 --- a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors.messagerouter diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml index 8dadba91f..6198acad4 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -19,10 +19,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-resource-assignment/pom.xml b/adaptors/features/ccsdk-resource-assignment/pom.xml index 024deeaae..b305e90af 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-saltstack-adapter/pom.xml b/adaptors/features/ccsdk-saltstack-adapter/pom.xml index 153bb9b89..0bb9ccd15 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml index 6e80ed96b..7610f284b 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/ccsdk-sql-resource/pom.xml b/adaptors/features/ccsdk-sql-resource/pom.xml index 50cddba0d..a0a5bc719 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - single-feature-parent - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index ddb0efac9..6cddd4b68 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent feature-repo-parent - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index 385bc6e1c..660f037fa 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -3,10 +3,9 @@ 4.0.0 - org.onap.ccsdk.parent - odlparent-lite - 2.1.0 - + org.onap.ccsdk.sli.adaptors + sliadaptors-feature-aggregator + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index d8cda4541..c368f22bb 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -4,8 +4,8 @@ org.onap.ccsdk.parent - odlparent-lite - 2.1.0 + single-feature-parent + 2.1.1-SNAPSHOT -- cgit 1.2.3-korg