diff options
Diffstat (limited to 'template-node')
-rw-r--r-- | template-node/installer/pom.xml | 2 | ||||
-rw-r--r-- | template-node/pom.xml | 2 | ||||
-rw-r--r-- | template-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index 65de8dea..5a7698f2 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/template-node/pom.xml b/template-node/pom.xml index a74db39e..6efd0102 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index 5ff05fdc..332ca205 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |