summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2023-03-20 19:06:15 +0100
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2023-04-04 12:06:37 +0200
commit68aa82ac95c57a7c75fb2a2788b61fdd0fc70be7 (patch)
tree78e34615ee72bab377a7581931e43165d6060f42 /pom.xml
parent8d0917a2fb3816225aaf2cf7150289a3807e64f7 (diff)
Update feature version2.5.0
for ODL Chlorine Updated parent pom version to 2.5.4 Updated CSIT tests to use default admin password and RFC-8040 style URLs Updated docs to resolve build issues Issue-ID: SDNC-1786 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ifbbc165d039a15554e276d1aa42f21d8a5332122 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: d401de5971236306c8edd04b652b80fcf06297c8
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index cba2eee6..5a7ff80a 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.3</version>
+ <version>2.5.4</version>
<relativePath/>
</parent>
@@ -27,9 +27,9 @@
<!-- 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.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>
+ <ccsdk.distribution.version>1.5.1</ccsdk.distribution.version>
+ <ccsdk.sli.version>1.6.2</ccsdk.sli.version>
+ <ccsdk.features.version>1.5.1-SNAPSHOT</ccsdk.features.version>
<ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
<!-- docker images versions -->
<ccsdk.docker.alpine.j11.version>1.5-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->