diff options
author | Dan Timoney <dtimoney@att.com> | 2021-07-27 16:45:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-07-27 16:45:37 -0400 |
commit | 87b0822e6cbde73db2fd7b2ba2824b7df4bc94d7 (patch) | |
tree | 65a7d1bac3b1cb53a526a4c8a471e50e8606006e /pom.xml | |
parent | cdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc (diff) |
Update to support use of version ranges
Updates to allow use of ranges in CCSDK version properties.
Issue-ID: CCSDK-3387
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I63be4ff42c79b50aadb45635e22918aa13b76990
Former-commit-id: 24396db9c62ba9f0d4f94a3382e3b45d0d1be2a5
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite --> <ccsdk.oran.a1adapter.version>1.2.0-SNAPSHOT</ccsdk.oran.a1adapter.version> <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc --> + <ccsdk.distribution.version>[1.2.0-SNAPSHOT, 1.2.99999)</ccsdk.distribution.version> <!-- docker images versions --> <ccsdk.docker.alpine.j11.version>1.2-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener --> |