summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/_static/logo_onap_2024.pngbin0 -> 11627 bytes
-rw-r--r--docs/conf.py2
-rw-r--r--docs/docs_intent_based_network.rst.DISABLED8
-rw-r--r--pom.xml18
4 files changed, 13 insertions, 15 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 8e46a804..c6a92cef 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/docs/docs_intent_based_network.rst.DISABLED b/docs/docs_intent_based_network.rst.DISABLED
index eeac1116..1b541335 100644
--- a/docs/docs_intent_based_network.rst.DISABLED
+++ b/docs/docs_intent_based_network.rst.DISABLED
@@ -47,6 +47,14 @@ In London release, we continue plan to do deep research about general intent imp
2. Introduce AI-related technologies, focusing on the introduction of AI technology in the processes of intent formatting, intent translation, and intent decomposition.
3. Implement more intent interfaces, such as intent negotiation, intent report, etc.
+REQ-1588 Introducing Generative AI Solution Based on Large Models
+In autonomous network, ONAP can provide capabilities for network orchestration and management. Introducing AI capabilities based on large models can empower ONAP with more intelligent decision-making, optimization abilities, and an enhanced customer experience. Therefore, we can incorporate various large models into ONAP and provide further integration capabilities with its existing functionalities.
+
+REQ-1589 Data Service Enhancements of Intent Driven Networks in R14
+Intent-based networking is applied to support the smart interaction between users (customers/operators) and networks. Based on the closed-loop automation of ONAP, the proposal of Intent-driven Closed-loop Autonomous Networks is proposed for the smart operation of networks. In R14, the proposal proposes data service enhancements for Intent Driven Networks based on CCVPN usecase.
+
+USECASEUI-833 Usecase UI Packages upgrades in direct dependencies for New Delhi release
+Updating vulnerable direct dependencies in the NewDelhi version
Abbreviations
diff --git a/pom.xml b/pom.xml
index 6334fb37..b19616e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,12 +16,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>3.0.1</version>
- <relativePath />
- </parent>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui-parent</artifactId>
@@ -42,20 +36,16 @@
<tomcat.version>10.1.2</tomcat.version>
</properties>
- <!--distributionManagement>
+ <distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
- <site>
- <id>onap-site</id>
- <url>dav:${nexusproxy}${siteNexusPath}</url>
- </site>
- </distributionManagement-->
+ </distributionManagement>
<modules>
<module>usecaseui-portal</module>