diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-30 07:56:23 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-30 07:56:23 -0400 |
commit | 97fe57beeb8c0aa4759d4a5c051fc15c25cf1e93 (patch) | |
tree | aa8e142773657de666b54499c437c49c96c7d278 /vnftools/features | |
parent | 1fe472ecdffa54c26372096ccebfaa9b36c7bb15 (diff) |
Use released version of ccsdk parent pom
Use released version 2.0.2 of CCSDK parent pom
Change-Id: I26a387a753f09ebc087c8ad80892f1b744134875
Issue-ID: SDNC-1402
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools/features')
-rw-r--r-- | vnftools/features/features-vnftools/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/features/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/features/sdnc-vnftools/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index 50f2a690..9d4614c4 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index d5479123..a1df4499 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/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> <relativePath/> </parent> diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index 297d001c..5cea4e5b 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |