diff options
author | 2025-03-06 15:04:03 -0500 | |
---|---|---|
committer | 2025-03-06 15:04:03 -0500 | |
commit | f3574b2be10bbf56253c03553fb7ceee2ed19bf8 (patch) | |
tree | edc177bda5ce963096cbd22469c0ed5f130bde42 /adaptors/netbox-client | |
parent | b44fda41e79eb95995ea60c246d7ab7004a2d34c (diff) |
Update ccsdk/sli to use initial Paris released version of parent poms
Update ccsdk/sli to use initial released version of parent poms
for Paris release
Issue-ID: CCSDK-4095
Change-Id: Ic39fcd68ef4386b2d9a50ef68d1d19f7d809b968
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/netbox-client')
-rwxr-xr-x | adaptors/netbox-client/installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/netbox-client/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/netbox-client/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/netbox-client/installer/pom.xml b/adaptors/netbox-client/installer/pom.xml index d9cdc34e5..3f943fdb4 100755 --- a/adaptors/netbox-client/installer/pom.xml +++ b/adaptors/netbox-client/installer/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> diff --git a/adaptors/netbox-client/pom.xml b/adaptors/netbox-client/pom.xml index fde5df7b8..dac2928a3 100644 --- a/adaptors/netbox-client/pom.xml +++ b/adaptors/netbox-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> diff --git a/adaptors/netbox-client/provider/pom.xml b/adaptors/netbox-client/provider/pom.xml index f17c14b41..4f28cac58 100644 --- a/adaptors/netbox-client/provider/pom.xml +++ b/adaptors/netbox-client/provider/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath/> </parent> |