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 /adaptors/aai-service/provider | |
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 'adaptors/aai-service/provider')
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 3a95181fa..572b46e6d 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/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> <relativePath/> </parent> |