diff options
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2022-12-15 15:11:36 +0100 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2022-12-15 15:12:40 +0100 |
commit | 5fd482e9cd53dda75c38dbf3d361e6ff7d77ca03 (patch) | |
tree | 1684a371b33d5f954a1b4d76fd15a97fcc7b175f /pom.xml | |
parent | 91504af24ea88606424553c00a20a6287f381177 (diff) |
Update oam feature versions
latest SNAPSHOT
Issue-ID: SDNC-1766
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I9c540db0d424b5d46dd803fe9186041f5a54f866
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: bb4c4c07ee48346f2b382f33142b0fba434f3e79
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> @@ -25,11 +25,11 @@ <sdnc.project.version>${project.version}</sdnc.project.version> <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite --> - <ccsdk.oran.a1adapter.version>1.4.0</ccsdk.oran.a1adapter.version> - <sdnc.northbound.version>2.4.0</sdnc.northbound.version> <!-- Used by installation/sdnc --> - <ccsdk.distribution.version>1.4.1</ccsdk.distribution.version> - <ccsdk.sli.version>1.5.2</ccsdk.sli.version> - <ccsdk.features.version>1.4.0</ccsdk.features.version> + <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 --> + <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.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> <!-- docker images versions --> <ccsdk.docker.alpine.j11.version>1.4-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener --> |