diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:27:15 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 14:27:15 -0500 |
commit | f6c167f57c442548e629295760dc35c8b1020f92 (patch) | |
tree | f07b37517063e8e131e151c5e7d5b6b8ebb50386 /netbox-client | |
parent | 8c9509d8a0c1c64e8511972195ad7c8675d49d46 (diff) |
Prepare sli/adaptors for release3.0.1-ONAP0.3.3
Prepare sli/adaptors for 0.3.3 (Casablanca Mtce) release
Change-Id: I37e6e11045f1d165c20d8ceaacb6ff7c9a1970e0
Issue-ID: CCSDK-858
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'netbox-client')
-rw-r--r-- | netbox-client/features/ccsdk-netbox-client/pom.xml | 2 | ||||
-rwxr-xr-x | netbox-client/features/features-netbox-client/pom.xml | 2 | ||||
-rwxr-xr-x | netbox-client/features/pom.xml | 2 | ||||
-rwxr-xr-x | netbox-client/installer/pom.xml | 2 | ||||
-rw-r--r-- | netbox-client/pom.xml | 2 | ||||
-rw-r--r-- | netbox-client/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml index f9dc8389..aba60ea9 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> diff --git a/netbox-client/features/features-netbox-client/pom.xml b/netbox-client/features/features-netbox-client/pom.xml index 656f8e6e..3be53d25 100755 --- a/netbox-client/features/features-netbox-client/pom.xml +++ b/netbox-client/features/features-netbox-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml index a436d382..19c9f456 100755 --- a/netbox-client/features/pom.xml +++ b/netbox-client/features/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml index a5547fe5..31158d2f 100755 --- a/netbox-client/installer/pom.xml +++ b/netbox-client/installer/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/netbox-client/pom.xml b/netbox-client/pom.xml index 4e4ede53..fbdd30a1 100644 --- a/netbox-client/pom.xml +++ b/netbox-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath /> </parent> diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 15603279..405817c5 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> |