diff options
Diffstat (limited to 'template-node/pom.xml')
-rw-r--r-- | template-node/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template-node/pom.xml b/template-node/pom.xml index 4149f874..58a83c84 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -5,18 +5,17 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>provider</module> <module>features</module> <module>installer</module> - <module>lighty</module> </modules> </project> |