diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-11 14:24:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-11 14:24:09 -0400 |
commit | 1fe472ecdffa54c26372096ccebfaa9b36c7bb15 (patch) | |
tree | cd93f2c76a7494a95086a8a55b94cfb1bc2c56e8 /vnftools/features | |
parent | 4761ffd6d3da6540bf5b25ff5126018ccedd8ead (diff) |
Roll to next Guilin snapshot
Roll to next Guilin snapshot version (2.0.2-SNAPSHOT)
Change-Id: Ia8a19ea697b3d1b8e492e68f895f95d4136f683b
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools/features')
-rw-r--r-- | vnftools/features/features-vnftools/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/features/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/features/sdnc-vnftools/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index ebb0ccb3..50f2a690 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-vnftools</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index 4973a0e0..d5479123 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-features</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index 255ee1a6..297d001c 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-vnftools</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> |