diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-22 16:05:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:27 -0400 |
commit | 69baaebcb6112c0b2f80ec654442c52a5b3e1cb1 (patch) | |
tree | ff89105eeba6a4f7406e08e13f818ca446682aee /plugins/restapi-call-node | |
parent | 2ef436968cec5befcc9c91702f8c5bd6d78c6f03 (diff) |
Update sli for Argon release
Update sli to use OpenDaylight Argon versions of parent poms
Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8689a3389ce4fae3be3e9d353f479eb4cd3762c0
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 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/restapi-call-node/installer/pom.xml b/plugins/restapi-call-node/installer/pom.xml index 8febe6076..48f6f2a0d 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>2.5.4</version> + <version>2.6.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 ab251b225..8745dfd2c 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>2.5.4</version> + <version>2.6.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 078b9a843..662365fd7 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>2.5.4</version> + <version>2.6.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> @@ -27,7 +27,7 @@ <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <version>2.27</version> + <version>2.39.1</version> <type>pom</type> <scope>import</scope> </dependency> |