From e2583efb02b44664efb7b0f65b2e12f67c650517 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 1 Oct 2024 12:37:44 -0400 Subject: Update major versions Update major version to reflect breaking change (Biermann API removal) in release Issue-ID: CCSDK-4056 Change-Id: I48ed0ab04100d64eed7b8c21be4a0e4845b34a8e Signed-off-by: Dan Timoney --- sdnr/wt-odlux/helpserver/pom.xml | 3 +-- sdnr/wt-odlux/helpserver/provider/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/app-installer/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/connectApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/demoApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/faultApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/helpApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/mediatorApp/pom.xml | 1 - sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml | 3 +-- sdnr/wt-odlux/odlux/framework/pom.xml | 3 +-- sdnr/wt-odlux/odlux/installer/pom.xml | 3 +-- sdnr/wt-odlux/odlux/pom.xml | 3 +-- sdnr/wt-odlux/pom.xml | 3 +-- sdnr/wt-odlux/readthedocs/pom.xml | 3 +-- 20 files changed, 19 insertions(+), 39 deletions(-) (limited to 'sdnr/wt-odlux') diff --git a/sdnr/wt-odlux/helpserver/pom.xml b/sdnr/wt-odlux/helpserver/pom.xml index 2b9eeb582..c4eea6860 100755 --- a/sdnr/wt-odlux/helpserver/pom.xml +++ b/sdnr/wt-odlux/helpserver/pom.xml @@ -22,13 +22,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-helpserver-top - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT pom SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/helpserver/provider/pom.xml b/sdnr/wt-odlux/helpserver/provider/pom.xml index a2d53a828..31b3b7fea 100644 --- a/sdnr/wt-odlux/helpserver/provider/pom.xml +++ b/sdnr/wt-odlux/helpserver/provider/pom.xml @@ -22,13 +22,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-helpserver-provider - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml b/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml index e379f700e..d74ff1758 100644 --- a/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-apiDemo - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml b/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml index 49239a4f8..a67be4dde 100755 --- a/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-apps-installer - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT pom SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml b/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml index 2b7e25fab..0310b5190 100644 --- a/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-configurationApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml b/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml index ff9e6c544..13c660961 100644 --- a/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-connectApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml b/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml index 80600f5cf..359477f21 100644 --- a/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-demoApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml b/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml index 9848cc1ca..230fe142d 100644 --- a/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-eventLogApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml b/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml index e0543fdc3..a73847137 100644 --- a/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-faultApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml b/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml index 747504509..9647c7608 100644 --- a/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-helpApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml b/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml index da30ddbf2..e6ed726be 100644 --- a/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-inventoryApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml index 2d93c362c..3f78b89fe 100644 --- a/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-maintenanceApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/mediatorApp/pom.xml b/sdnr/wt-odlux/odlux/apps/mediatorApp/pom.xml index 547c91e92..6f9776d20 100644 --- a/sdnr/wt-odlux/odlux/apps/mediatorApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/mediatorApp/pom.xml @@ -19,7 +19,6 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 diff --git a/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml b/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml index a3568f44c..e3a6efab6 100644 --- a/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-minimumApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml b/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml index d4c0e2427..8468d6f53 100644 --- a/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml +++ b/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-app-performanceHistoryApp - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/framework/pom.xml b/sdnr/wt-odlux/odlux/framework/pom.xml index 944d0384b..c45a38726 100644 --- a/sdnr/wt-odlux/odlux/framework/pom.xml +++ b/sdnr/wt-odlux/odlux/framework/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-framework - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT jar SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/installer/pom.xml b/sdnr/wt-odlux/odlux/installer/pom.xml index 082b4e2b8..cc2ebcecd 100644 --- a/sdnr/wt-odlux/odlux/installer/pom.xml +++ b/sdnr/wt-odlux/odlux/installer/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux-installer - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT pom SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/odlux/pom.xml b/sdnr/wt-odlux/odlux/pom.xml index 0060485a2..307aa31d6 100644 --- a/sdnr/wt-odlux/odlux/pom.xml +++ b/sdnr/wt-odlux/odlux/pom.xml @@ -19,13 +19,12 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux odlux-top - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT pom SDNR ODLUX :: ${project.artifactId} diff --git a/sdnr/wt-odlux/pom.xml b/sdnr/wt-odlux/pom.xml index 24b556ba0..b0735bf78 100644 --- a/sdnr/wt-odlux/pom.xml +++ b/sdnr/wt-odlux/pom.xml @@ -18,13 +18,12 @@ * limitations under the License. * ============LICENSE_END========================================================= --> - 4.0.0 org.onap.ccsdk.features.sdnr.odlux sdnr-odlux - 1.8.1-SNAPSHOT + 2.0.0-SNAPSHOT pom ccsdk-sdnr :: micro-services odlux only diff --git a/sdnr/wt-odlux/readthedocs/pom.xml b/sdnr/wt-odlux/readthedocs/pom.xml index f406603e4..106f30068 100644 --- a/sdnr/wt-odlux/readthedocs/pom.xml +++ b/sdnr/wt-odlux/readthedocs/pom.xml @@ -19,14 +19,13 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 org.onap.ccsdk.parent odlparent-lite - 2.8.0 + 3.0.0 -- cgit 1.2.3-korg