diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-14 11:27:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2025-01-17 15:06:47 -0500 |
commit | cf976d4adc7e440df8a9c625d4e664c8696e0c42 (patch) | |
tree | 8267efd8925ce67f6a7b79dc1d68415796b037ba /plugins/properties-node | |
parent | 73c3bb0087e0272703e3524b34e31894cb1d4d1e (diff) |
Release version 1.8.0 of ccsdk/slinewdelhi
Release version 1.8.0 of CCSDK sli and roll snapshot version
Issue-ID: CCSDK-4058
Change-Id: Id8cbc01e4e1bab6d7ca5d08f304958ca9395ec0a
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'plugins/properties-node')
-rwxr-xr-x | plugins/properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index 87eabbe1f..6ef217417 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.8.0-SNAPSHOT</version> + <version>1.8.1-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 dd7e9506e..48a6f7de6 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.8.0-SNAPSHOT</version> + <version>1.8.1-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 ba0ac9027..ebff10391 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.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |