diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-18 10:45:36 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-19 08:50:19 -0400 |
commit | 6c001401f6e3f22373cfc9317552ea8c7820ff81 (patch) | |
tree | 4f9516f6667b63785ae2af8083ddbec46739880f /vnfapi | |
parent | 991db2d87c7ac4035782b800c4046e53d0e58993 (diff) |
Use CCSDK version 0.6.3
Use CCSDK version 0.6.3
Change-Id: I0a7b17b2c038a2d42cc92bef273531e4d2141953
Issue-ID: SDNC-917
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'vnfapi')
-rw-r--r-- | vnfapi/features/features-vnfapi/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/features/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/features/sdnc-vnfapi/pom.xml | 2 | ||||
-rwxr-xr-x | vnfapi/installer/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/model/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/vnfapi/features/features-vnfapi/pom.xml b/vnfapi/features/features-vnfapi/pom.xml index 962ec48c..1e3dc027 100644 --- a/vnfapi/features/features-vnfapi/pom.xml +++ b/vnfapi/features/features-vnfapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index d21ca5b2..105ba1be 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/features/sdnc-vnfapi/pom.xml b/vnfapi/features/sdnc-vnfapi/pom.xml index bb590b6c..6d24cb43 100644 --- a/vnfapi/features/sdnc-vnfapi/pom.xml +++ b/vnfapi/features/sdnc-vnfapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index f08c33d3..518f8b73 100755 --- a/vnfapi/installer/pom.xml +++ b/vnfapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index 65f2bbd1..940ef133 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index c8979279..2a318a7c 100644 --- a/vnfapi/pom.xml +++ b/vnfapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index f6c54945..dd8e1651 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> <relativePath/> </parent> |