From 3df9ec3c47637582920fb104ca3f9653f6724d4c Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 1 Oct 2024 12:31:19 -0400 Subject: Update major versions Update major version to reflect breaking change (Biermann API removal) in release Issue-ID: CCSDK-4056 Change-Id: I99a005eedfc58227dea6674d530de23b04c17930 Signed-off-by: Dan Timoney --- adaptors/rest-adaptor/pom.xml | 5 ++--- adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml | 5 ++--- adaptors/rest-adaptor/rest-adaptor-installer/pom.xml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) (limited to 'adaptors/rest-adaptor') diff --git a/adaptors/rest-adaptor/pom.xml b/adaptors/rest-adaptor/pom.xml index 9faad7757..0eaf98f3f 100644 --- a/adaptors/rest-adaptor/pom.xml +++ b/adaptors/rest-adaptor/pom.xml @@ -19,20 +19,19 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 org.onap.ccsdk.parent odlparent-lite - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.adaptors rest-adaptor - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT pom ccsdk-sli-adaptors :: ${project.artifactId} diff --git a/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml b/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml index 65d7d8b83..df910dc5d 100644 --- a/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml +++ b/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml @@ -19,20 +19,19 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 org.onap.ccsdk.parent binding-parent - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.adaptors rest-adaptor-bundle - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT bundle ccsdk-sli-adaptors :: ${project.artifactId} diff --git a/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml b/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml index 8b8c401c5..e165cc25e 100644 --- a/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml +++ b/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml @@ -19,20 +19,19 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 org.onap.ccsdk.parent odlparent-lite - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.adaptors rest-adaptor-installer - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT pom ccsdk-sli-adaptors :: ${project.artifactId} -- cgit 1.2.3-korg