diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 10:59:25 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 10:59:25 -0400 |
commit | 24ecc227ee9ae42f9a547fad3d70817beacc83f4 (patch) | |
tree | 36ee2b52adf8a8a5e201f4ab2ca0b4b2b702b373 /netbox-client | |
parent | a8f19d4910ec2276f53cec7c1685238f5cd79667 (diff) |
Update parent version to 1.3.1
Update parent poms to version 1.3.1-SNAPSHOT
Change-Id: I492fb0119507d39ca8ba46762375ca14a0065ab8
Issue-ID: CCSDK-1496
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 6586a5cd9..6833cba41 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/features/features-netbox-client/pom.xml b/netbox-client/features/features-netbox-client/pom.xml index b47af3910..05c6874e2 100755 --- a/netbox-client/features/features-netbox-client/pom.xml +++ b/netbox-client/features/features-netbox-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml index 485b4714b..03d5f0c24 100755 --- a/netbox-client/features/pom.xml +++ b/netbox-client/features/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml index f5f65a790..ee9ef3a7a 100755 --- a/netbox-client/installer/pom.xml +++ b/netbox-client/installer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/pom.xml b/netbox-client/pom.xml index 6edd5bc92..933a8212c 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 583d15813..8a6a93e2c 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath/> </parent> |