diff options
author | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:29:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:29:56 -0400 |
commit | 9c671ae52ec3404c625f0412425c77edf633ced9 (patch) | |
tree | f2e36c4a55c506b6b2a698ad5fe188a46e0bfeba /adaptors/aai-service | |
parent | baa6edc92bb1d49c7bf56cef18da5c6325db6c8a (diff) |
Update to latest snapshot version of parent pom
Update to latest snapshot version of parent pom to pick up Argon SR2 versions
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0311abcbd8943f9d96e5d89a7ff07e4d00e156b5
Diffstat (limited to 'adaptors/aai-service')
-rwxr-xr-x | adaptors/aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/aai-service/installer/pom.xml b/adaptors/aai-service/installer/pom.xml index ca3c023d9..d2bf67f6d 100755 --- a/adaptors/aai-service/installer/pom.xml +++ b/adaptors/aai-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.0</version> + <version>2.6.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/aai-service/pom.xml b/adaptors/aai-service/pom.xml index 8a1e7e27e..770b985d8 100755 --- a/adaptors/aai-service/pom.xml +++ b/adaptors/aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.0</version> + <version>2.6.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index f2ec81232..495f1eb18 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.6.0</version> + <version>2.6.1-SNAPSHOT</version> <relativePath/> </parent> |