diff options
author | 2025-03-06 21:25:24 +0000 | |
---|---|---|
committer | 2025-03-06 21:25:24 +0000 | |
commit | 5aae672ec071b39f091f55f86fd44d8711535a20 (patch) | |
tree | efebe9f732f0c10b3ac50ad7fa13a679808aae1c /plugins/template-node | |
parent | f3574b2be10bbf56253c03553fb7ceee2ed19bf8 (diff) |
Release ccsdk/sli2.1.0
Diffstat (limited to 'plugins/template-node')
-rw-r--r-- | plugins/template-node/installer/pom.xml | 2 | ||||
-rw-r--r-- | plugins/template-node/pom.xml | 2 | ||||
-rw-r--r-- | plugins/template-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index 191348785..9a57be0c7 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-installer</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 882900ba0..c07a64354 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 213483cfc..49b44faea 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-provider</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |