diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 23:22:53 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-10 16:36:36 -0400 |
commit | 362c47bcfe29f8b6687ead3b9744eee6cb417804 (patch) | |
tree | 0a6683527fce9cb51a114c8db8cdaf451038f649 /plugins/properties-node/provider | |
parent | 084b37483a8b5fc4b8cb90f97e5359afc136d121 (diff) |
Upgrading akka cluster dependency
Updating odlparent versions to 2.1.7-SNAPSHOT
Issue-ID: CCSDK-3333
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420
(cherry picked from commit e12652babc98c403fefead2c83395a5439df7dac)
Diffstat (limited to 'plugins/properties-node/provider')
-rwxr-xr-x | plugins/properties-node/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index 853626f81..c5ede61bb 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.6</version> + <version>2.1.7-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |