diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-28 18:21:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-28 18:21:53 -0400 |
commit | 68568a1b2430bf9fffe4f4dfd39fdbcc201b4a33 (patch) | |
tree | 07c6e837ca9af15f868503bac43aafadf375c64e /plugins/template-node | |
parent | 0e061be8935d3fd361e8ad916948215043f1ebab (diff) |
Release initial Chlorine version of sli
Release initial ODL Chlorine based version of ccsdk/sli
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I919081c83f30744ad81286753e5278722aef2cc3
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 0c30ca4d0..dcdde96fc 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>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</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 affa3db9a..dd1814648 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>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</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 eb9c751af..916036657 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>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |