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 /core/sliPluginUtils | |
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 'core/sliPluginUtils')
-rwxr-xr-x | core/sliPluginUtils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml index 9c04cff1e..ae0f6f934 100755 --- a/core/sliPluginUtils/installer/pom.xml +++ b/core/sliPluginUtils/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/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index 41154e7fd..62d19f45d 100755 --- a/core/sliPluginUtils/pom.xml +++ b/core/sliPluginUtils/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/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 9ba676f58..dbee20bd1 100755 --- a/core/sliPluginUtils/provider/pom.xml +++ b/core/sliPluginUtils/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> |