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 /adaptors/rest-adaptor | |
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 'adaptors/rest-adaptor')
-rw-r--r-- | adaptors/rest-adaptor/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/rest-adaptor/rest-adaptor-installer/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/rest-adaptor/pom.xml b/adaptors/rest-adaptor/pom.xml index 88700f602..eb5258b9c 100644 --- a/adaptors/rest-adaptor/pom.xml +++ b/adaptors/rest-adaptor/pom.xml @@ -25,7 +25,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/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml b/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml index 8f48f734d..64d41b96a 100644 --- a/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml +++ b/adaptors/rest-adaptor/rest-adaptor-bundle/pom.xml @@ -25,7 +25,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/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml b/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml index 802587417..ec0aed9f4 100644 --- a/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml +++ b/adaptors/rest-adaptor/rest-adaptor-installer/pom.xml @@ -25,7 +25,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> |