diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:35:00 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:35:06 -0500 |
commit | 54f98b397826e9d4281af1446b0227cdcf36f4a3 (patch) | |
tree | 80f044c8a3d6f7dffa4f19ebc6a6ccd8229d11f6 /netbox-client | |
parent | f2e0976cb492b1e0ec48761f61cdfb543ad50462 (diff) |
Use 1.5.1-SNAPSHOT version of parent pom
Fixed version of parent pom to use snapshot version
Change-Id: Iec34f6ca9bd1ab14d4c1c8a837e3b693bd716069
Issue-ID: CCSDK-1935
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 8bb8af96d..0b03d275c 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.5.0</version> + <version>1.5.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 7a59b65ca..4cd3a3bc6 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.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml index ac0d37965..a8b8cd726 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.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml index d872be5a4..e9f437e19 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.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/pom.xml b/netbox-client/pom.xml index b14b9b6b1..88e37a1ab 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.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 64104e206..d73751614 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.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> |