new onap logo 32/138732/2
authorthmsdt <thomas.kulik@telekom.de>
Wed, 14 Aug 2024 08:23:16 +0000 (10:23 +0200)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Wed, 21 Aug 2024 13:56:47 +0000 (15:56 +0200)
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>
docs/_static/logo_onap_2024.png [new file with mode: 0644]
docs/conf.py
pom.xml

diff --git a/docs/_static/logo_onap_2024.png b/docs/_static/logo_onap_2024.png
new file mode 100644 (file)
index 0000000..55d307f
Binary files /dev/null and b/docs/_static/logo_onap_2024.png differ
index ad18632..3d005ec 100644 (file)
@@ -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 b4bbeb6..006722d 100755 (executable)
--- 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>