diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-08 09:29:37 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 09:29:37 -0500 |
commit | 2162533410a04a7d31aa231c04d95f3e1e10473b (patch) | |
tree | c7864b218f82ecdfb24b5fe44f1d2cce2fdf8195 /northbound/dataChange | |
parent | 9c671ae52ec3404c625f0412425c77edf633ced9 (diff) |
Use version 2.6.1 parent poms
Use version 2.6.1 of parent poms
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I52d48bd0c7ca97f861f6232bfaf7791bc97b0ce9
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 d9b0f0231..548e8c7f9 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index ae57efb03..a1c2b22f2 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index de088c54b..e1d99927d 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index 1aaf858e2..6f731f974 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> <relativePath/> </parent> |