diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-07 13:38:17 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-07 13:38:17 -0500 |
commit | b5a1f49893bcbe44fda1b0ea6340f8f834adf2b2 (patch) | |
tree | 3f0cd9d3d4f75b05b26570bb756e7f12e33227ca /adaptors/base | |
parent | 5383edf1b735a6de8d1c54c6e8bacb867e090010 (diff) |
Update to released version of parent pom
Update to use released initial London version of parent pom
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Idd3e0c42d912e7dc5805edae351df14d19d83d2b
Diffstat (limited to 'adaptors/base')
-rw-r--r-- | adaptors/base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/provider/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adaptors/base/http/installer/pom.xml b/adaptors/base/http/installer/pom.xml index 61f31ba6c..9326c89b4 100644 --- a/adaptors/base/http/installer/pom.xml +++ b/adaptors/base/http/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath/> </parent> diff --git a/adaptors/base/http/pom.xml b/adaptors/base/http/pom.xml index ec7d5fb09..4cd879bfa 100644 --- a/adaptors/base/http/pom.xml +++ b/adaptors/base/http/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath/> </parent> diff --git a/adaptors/base/http/provider/pom.xml b/adaptors/base/http/provider/pom.xml index fe917fe72..0618a96af 100644 --- a/adaptors/base/http/provider/pom.xml +++ b/adaptors/base/http/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath/> </parent> diff --git a/adaptors/base/pom.xml b/adaptors/base/pom.xml index b6780b21a..8d614c57c 100644 --- a/adaptors/base/pom.xml +++ b/adaptors/base/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath/> </parent> |