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 --- plugins/restconf-client/installer/pom.xml | 4 ++-- plugins/restconf-client/pom.xml | 4 ++-- plugins/restconf-client/provider/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/restconf-client') diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml index 38bd76f2e..bfc4d5c02 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.plugins restconf-client-installer - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index 8ca4343e9..e9f9d8411 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.plugins restconf-client - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index 22e0c8832..cd79620d9 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.8.0 + 3.0.0 org.onap.ccsdk.sli.plugins restconf-client-provider - 1.9.1-SNAPSHOT + 2.0.0-SNAPSHOT bundle ccsdk-sli-plugins :: ${project.artifactId} -- cgit 1.2.3-korg