diff options
author | 2025-03-06 15:04:03 -0500 | |
---|---|---|
committer | 2025-03-06 15:04:03 -0500 | |
commit | f3574b2be10bbf56253c03553fb7ceee2ed19bf8 (patch) | |
tree | edc177bda5ce963096cbd22469c0ed5f130bde42 /core/utils | |
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 'core/utils')
-rwxr-xr-x | core/utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/utils/pom.xml | 2 | ||||
-rw-r--r-- | core/utils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index d96f4f3b9..1c0f8edd3 100755 --- a/core/utils/installer/pom.xml +++ b/core/utils/installer/pom.xml @@ -5,7 +5,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/core/utils/pom.xml b/core/utils/pom.xml index 6b80914bb..9fbe71ee5 100755 --- a/core/utils/pom.xml +++ b/core/utils/pom.xml @@ -5,7 +5,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/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index 247153c01..1c1dc50ac 100644 --- a/core/utils/provider/pom.xml +++ b/core/utils/provider/pom.xml @@ -5,7 +5,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> |