diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-25 15:55:52 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-25 15:55:52 -0500 |
commit | 8aafc0589b1c01af7828760c19254a2c2d1b0250 (patch) | |
tree | 4ad113167e84e30d764966faa04e4ed5311e5f77 /template-node | |
parent | 1668af4b170153f07a103e5dfc23c0437629d13e (diff) |
Release version 1.1.0 of sli/plugins
Release initial Honolulu version of sli/plugins and roll
version to next snapshot
Change-Id: I75d58fccc8ab0b5653d3160ed6f2e302c3ade8b9
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'template-node')
-rw-r--r-- | template-node/installer/pom.xml | 4 | ||||
-rw-r--r-- | template-node/pom.xml | 4 | ||||
-rw-r--r-- | template-node/provider/pom.xml | 8 |
3 files changed, 6 insertions, 10 deletions
diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index da7f1f21e..c6ed6312f 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-installer</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> diff --git a/template-node/pom.xml b/template-node/pom.xml index 6cfce520c..615c5d348 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index 6fcf25d0c..d7bc54fc6 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -5,20 +5,16 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-provider</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> - </properties> - <dependencyManagement> <dependencies> <dependency> |