From 5de81966f5574ae83e85aa7d5aa8865ea5deef24 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 26 Jan 2021 13:15:47 -0500 Subject: Revert "Limit use of odlparent poms" This reverts commit 7de29bfea89ff53a446bea07d8f74d1aaa87045b, due to issues encountered in the odlsli container in ccsdk/distribution. Issue-ID: CCSDK-3001 Issue-ID: CCSDK-3099 Change-Id: I79252b74693895f483eb390c575bb244195fe7ed 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/installer/pom.xml | 7 ++++--- adaptors/features/pom.xml | 2 +- 13 files changed, 47 insertions(+), 37 deletions(-) (limited to 'adaptors/features') diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index dce8adfa3..08d27094e 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 a34723902..97d09c8e9 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 e1a60c55d..57ff4a9a9 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 cd7d1e48f..3ac8c094c 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 b55563244..89986ddc6 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.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 cb1c495f5..b308282fb 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.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 6198acad4..c144c1e52 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -19,9 +19,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 b305e90af..f24cbb053 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 0bb9ccd15..6bc2c529a 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 7610f284b..2ccda3a61 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-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 a0a5bc719..a1f1ce967 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-SNAPSHOT + org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index 660f037fa..faed6edad 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.sli.adaptors - sliadaptors-feature-aggregator - 1.2.0-SNAPSHOT + org.onap.ccsdk.parent + odlparent-lite + 2.1.1-SNAPSHOT + org.onap.ccsdk.sli.adaptors diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index c368f22bb..abbfc45b6 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent - single-feature-parent + odlparent-lite 2.1.1-SNAPSHOT -- cgit 1.2.3-korg