diff options
author | 2025-03-06 15:04:03 -0500 | |
---|---|---|
committer | 2025-03-06 15:04:03 -0500 | |
commit | f3574b2be10bbf56253c03553fb7ceee2ed19bf8 (patch) | |
tree | edc177bda5ce963096cbd22469c0ed5f130bde42 /plugins/restapi-call-node | |
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 'plugins/restapi-call-node')
-rwxr-xr-x | plugins/restapi-call-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/restapi-call-node/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/restapi-call-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/restapi-call-node/installer/pom.xml b/plugins/restapi-call-node/installer/pom.xml index 50c34e340..0410a0cbe 100755 --- a/plugins/restapi-call-node/installer/pom.xml +++ b/plugins/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/restapi-call-node/pom.xml b/plugins/restapi-call-node/pom.xml index b391da2d8..c68fc06cb 100755 --- a/plugins/restapi-call-node/pom.xml +++ b/plugins/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index 4aba244de..d07dd97a6 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |