diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 21:28:15 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 21:28:15 -0400 |
commit | 80be80fba0d9a10ca256a906c571b4c0eedc164f (patch) | |
tree | 28993c1852121cfa2154b27972b9279ede323301 /vnftools | |
parent | ba26d2a99fd0812a02dd1338461755f42b01e3e2 (diff) |
Update to use CCSDK 0.2.4v1.3.42.0.0-ONAPbeijing2.0.0-ONAP
Update to use CCSDK version 0.2.4
Change-Id: I2588021598deeb694db7751be7f38c7548a7c3cc
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'vnftools')
-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 | ||||
-rwxr-xr-x | vnftools/installer/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/provider/pom.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index 7804c34a..83c7475a 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>1.0.3</version> + <version>1.0.4</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-vnftools</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-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 2966b382..436db9bc 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>1.0.3</version> + <version>1.0.4</version> <relativePath /> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-features</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-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 8cd0a587..676a3776 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>1.0.3</version> + <version>1.0.4</version> <relativePath /> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-vnftools</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index 59701d55..b03daa60 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-installer</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/pom.xml b/vnftools/pom.xml index 15daf93f..ba365ccc 100644 --- a/vnftools/pom.xml +++ b/vnftools/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>VNF Tools Plugin</name> diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index db1b7776..ece5af46 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> <relativePath /> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-provider</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> |