aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-01-04 07:55:36 -0500
committerDan Timoney <dtimoney@att.com>2023-01-04 07:55:36 -0500
commit89b1b1c33a8718c2430ab4c4b07cb785b836490c (patch)
treee4adc58314efd490b6841178a0f01a1f3bd6c8ad
parent12c87ed2075ab6c13b85a3e0264cf45626aa04e5 (diff)
Use released version 2.5.1 parent poms
Use released version 2.5.1 of parent pom Issue-ID: CCSDK-3831 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia0c81cb0487bf8df8f0ab6f6406a9f29f006ce56 Former-commit-id: d2c81d458720ef7f8e298e50fd0680ce11832cf1
-rw-r--r--SdncReports/pom.xml2
-rw-r--r--admportal/pom.xml2
-rw-r--r--configbackuprestore/pom.xml2
-rwxr-xr-xpom.xml4
4 files changed, 5 insertions, 5 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index 57a8079d..79676832 100644
--- a/SdncReports/pom.xml
+++ b/SdncReports/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-1-starter-parent</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1</version>
<relativePath/>
</parent>
diff --git a/admportal/pom.xml b/admportal/pom.xml
index 1eb8e3ef..b3966a0d 100644
--- a/admportal/pom.xml
+++ b/admportal/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1</version>
<relativePath/>
</parent>
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml
index 894f44fc..ea708cfa 100644
--- a/configbackuprestore/pom.xml
+++ b/configbackuprestore/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-1-starter-parent</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1</version>
</parent>
<groupId>org.onap.sdnc.oam.vnfbackup</groupId>
diff --git a/pom.xml b/pom.xml
index 657920b3..750e883c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath/>
</parent>
@@ -26,7 +26,7 @@
<!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
<ccsdk.oran.a1adapter.version>1.5.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
- <sdnc.northbound.version>2.4.3-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
+ <sdnc.northbound.version>2.5.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
<ccsdk.distribution.version>1.5.0-SNAPSHOT</ccsdk.distribution.version>
<ccsdk.sli.version>1.6.1-SNAPSHOT</ccsdk.sli.version>
<ccsdk.features.version>1.5.0-SNAPSHOT</ccsdk.features.version>