summaryrefslogtreecommitdiffstats
path: root/plugins/properties-node
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-11-08 15:07:45 -0500
committerDan Timoney <dtimoney@att.com>2023-11-08 15:07:45 -0500
commit9c8fc6851745906dba90eaf717f4605ee8509cd8 (patch)
treead5e892c55d375dd33e27160e0de8caac9bf7480 /plugins/properties-node
parent2162533410a04a7d31aa231c04d95f3e1e10473b (diff)
Release version 1.7.1 of ccsdk/sli
Release version 1.7.1 of ccsdk/sli for Montreal CI Issue-ID: CCSDK-3944 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83c2c4725e22da608ef9a42a11b3df7da3dcc231
Diffstat (limited to 'plugins/properties-node')
-rwxr-xr-xplugins/properties-node/installer/pom.xml2
-rwxr-xr-xplugins/properties-node/pom.xml2
-rwxr-xr-xplugins/properties-node/provider/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml
index 8b4f935d4..7723f7622 100755
--- a/plugins/properties-node/installer/pom.xml
+++ b/plugins/properties-node/installer/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node-installer</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-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 719df4d4f..1102d08fe 100755
--- a/plugins/properties-node/pom.xml
+++ b/plugins/properties-node/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-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 a2cd07991..0d41ba9a7 100755
--- a/plugins/properties-node/provider/pom.xml
+++ b/plugins/properties-node/provider/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>properties-node-provider</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-plugins :: ${project.artifactId}</name>
> 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315