From d8843d601e577f19fcf89f9ea32a715fc08610a9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 4 Apr 2023 14:36:38 -0400 Subject: Update to use released London version of CCSDK dependencies Upgrade to use released London version of CCSDK parent pom and directed graphs Issue-ID: CCSDK-3876 Signed-off-by: Dan Timoney Change-Id: I53e738250471ac9422d09d260e1fb22eaf5c98c9 --- docs/tox.ini | 6 +++--- ms/sliboot/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tox.ini b/docs/tox.ini index ff059f04..b9d7eb44 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -10,7 +10,7 @@ deps = -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html + sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html [testenv:docs-linkcheck] basepython = python3.8 @@ -19,7 +19,7 @@ deps = -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck + sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] basepython = python3.8 @@ -28,4 +28,4 @@ deps = -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck \ No newline at end of file + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 64c6e4fe..91687433 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -18,11 +18,11 @@ org.onap.ccsdk.apps.ms.sliboot.SlibootApp 2.1.21 - onap/ccsdk-alpine-j11-image + onap/ccsdk-alpine-j17-image 1.5-STAGING-latest onap/ccsdk-sliboot-alpine-image ${project.version} - 1.5.0-SNAPSHOT + 1.5.1 ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' ${project.artifactId}-${project.version}-exec.jar diff --git a/pom.xml b/pom.xml index adbf1a5e..dde68238 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent spring-boot-26-starter-parent - 2.5.3 + 2.5.4 -- cgit 1.2.3-korg