aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-07-27 16:45:37 -0400
committerDan Timoney <dtimoney@att.com>2021-07-27 16:45:37 -0400
commit87b0822e6cbde73db2fd7b2ba2824b7df4bc94d7 (patch)
tree65a7d1bac3b1cb53a526a4c8a471e50e8606006e /pom.xml
parentcdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc (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-xpom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cbfe4964..bdf8344c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->