diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-16 13:04:54 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-16 17:08:09 +0000 |
commit | aa4da5d316e2349e815b5725ff834d35051c59cb (patch) | |
tree | e45b85b589fdf0eb308c6e7c54f34ae031d0999e /core/sliPluginUtils | |
parent | a42e41db74415034a76c2685b60a5dab55119fec (diff) |
Updating parent version to latest released 2.1.7
Issue-ID: CCSDK-3330
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Id1d370e2a9410266cba9f69de84d0569d0b35f40
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 c08b86edd..5a066640b 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.1.7-SNAPSHOT</version> + <version>2.1.7</version> <relativePath/> </parent> diff --git a/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index 16a6af34e..8906370d4 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.1.7-SNAPSHOT</version> + <version>2.1.7</version> <relativePath/> </parent> diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 386a3c67b..d36c1a344 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.1.7-SNAPSHOT</version> + <version>2.1.7</version> <relativePath/> </parent> |