summaryrefslogtreecommitdiffstats
path: root/plugins/properties-node
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-10-01 12:31:19 -0400
committerDan Timoney <dtimoney@att.com>2024-10-01 12:31:19 -0400
commit3df9ec3c47637582920fb104ca3f9653f6724d4c (patch)
tree084f2131cfa5c2e3f1e5d7cf46140ac6b6a1eca7 /plugins/properties-node
parentc41148873b6a85a18ac92de52bf122729516b358 (diff)
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 <dtimoney@att.com>
Diffstat (limited to 'plugins/properties-node')
-rwxr-xr-xplugins/properties-node/installer/pom.xml4
-rwxr-xr-xplugins/properties-node/pom.xml4
-rwxr-xr-xplugins/properties-node/provider/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml
index 7271b36a3..c0406a3cf 100755
--- a/plugins/properties-node/installer/pom.xml
+++ b/plugins/properties-node/installer/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.8.0</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node-installer</artifactId>
- <version>1.9.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-plugins :: ${project.artifactId}</name>
diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml
index d128cf6ea..419cb8f10 100755
--- a/plugins/properties-node/pom.xml
+++ b/plugins/properties-node/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.8.0</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node</artifactId>
- <version>1.9.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-plugins :: ${project.artifactId}</name>
diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml
index 89be8d685..fbaa45588 100755
--- a/plugins/properties-node/provider/pom.xml
+++ b/plugins/properties-node/provider/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.8.0</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node-provider</artifactId>
- <version>1.9.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-plugins :: ${project.artifactId}</name>