aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-08-14 10:23:16 +0200
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2024-08-21 15:56:47 +0200
commita24233f5fa58117baeec7b488fa793dc6e6ea0df (patch)
tree1c5175ed41f7218def51a85a4e0c4099795af165
parent5b0dda6c50e07e4d02cbf144f321b26440b7d3b5 (diff)
new onap logo
Issue-ID: DOC-826 Change-Id: I01aac80f7eb03187f5c0ae5211f81f100780b85a Signed-off-by: thmsdt <thomas.kulik@telekom.de> Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
-rw-r--r--docs/_static/logo_onap_2024.pngbin0 -> 11627 bytes
-rw-r--r--docs/conf.py2
-rwxr-xr-xpom.xml2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/logo_onap_2024.png b/docs/_static/logo_onap_2024.png
new file mode 100644
index 00000000..55d307fc
--- /dev/null
+++ b/docs/_static/logo_onap_2024.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index ad186323..3d005ec3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ html_theme = "sphinx_rtd_theme"
html_theme_options = {
"style_nav_header_background": "white",
"sticky_navigation": "False" }
-html_logo = "_static/logo_onap_2017.png"
+html_logo = "_static/logo_onap_2024.png"
html_favicon = "_static/favicon.ico"
html_static_path = ["_static"]
html_show_sphinx = False
diff --git a/pom.xml b/pom.xml
index b4bbeb6d..006722da 100755
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
<ccsdk.oran.a1adapter.version>1.6.0</ccsdk.oran.a1adapter.version>
<sdnc.northbound.version>2.6.0</sdnc.northbound.version> <!-- Used by installation/sdnc -->
- <ccsdk.distribution.version>1.6.2-SNAPSHOT</ccsdk.distribution.version>
+ <ccsdk.distribution.version>1.6.2</ccsdk.distribution.version>
<ccsdk.sli.version>1.7.1</ccsdk.sli.version>
<ccsdk.features.version>1.7.0-SNAPSHOT</ccsdk.features.version>
<ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>