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 /northbound/dataChange | |
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 'northbound/dataChange')
-rwxr-xr-x | northbound/dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 77eebbf7f..139f9b21e 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/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/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index a950e3f06..a5e889ea3 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/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> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index af9c29157..f4d8e0628 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/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/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index d8bd3e7ed..6c031b8b7 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/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> |