summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-13 13:31:05 -0400
committerDan Timoney <dtimoney@att.com>2023-06-13 14:29:59 -0400
commitfab9ab31d326dbf0d6083d5c56a1b72a44ad983a (patch)
tree1253d04a715e7d713ccffe4ee81baaf5a7a2b1de
parentff5be98acc5a00a0d730fa18a9658086b63a2331 (diff)
Update sli version in CCSDK dockers1.5.2
Update CCSDK dockers to use SLI version 1.6.3 Issue-ID: CCSDK-3908 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83c59173bfff53d6d6b52708a610be831e3b5d15
-rw-r--r--docs/sli/apis/sliapi.rst2
-rw-r--r--docs/tox.ini4
-rw-r--r--pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/sli/apis/sliapi.rst b/docs/sli/apis/sliapi.rst
index 13cdcbd5..bb4eb4ca 100644
--- a/docs/sli/apis/sliapi.rst
+++ b/docs/sli/apis/sliapi.rst
@@ -10,6 +10,6 @@ SLI-API(2016-11-11)
-.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=ccsdk/sli/core.git;a=blob_plain;f=sliapi/model/src/main/resources/sli-api.20161110.json
+.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=ccsdk/sli.git;a=blob_plain;f=core/sliapi/model/swagger/src/main/json/sliapi.json;hb=refs/heads/london
diff --git a/docs/tox.ini b/docs/tox.ini
index 61b6ccfa..379d8e42 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -12,7 +12,7 @@ deps =
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
-whitelist_externals =
+allowlist_externals =
echo
git
sh
@@ -25,7 +25,7 @@ deps =
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands = echo "Link Checking not enforced"
#commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
-whitelist_externals = echo
+allowlist_externals = echo
[testenv:docs-spellcheck]
basepython = python3.8
diff --git a/pom.xml b/pom.xml
index 6a663149..03341c37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<properties>
<application.name>distribution</application.name>
- <ccsdk.sli.version>1.6.2</ccsdk.sli.version>
+ <ccsdk.sli.version>1.6.3</ccsdk.sli.version>
<ccsdk.project.version>${project.version}</ccsdk.project.version>
<ccsdk.distribution.version>${project.version}</ccsdk.distribution.version>