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/release-notes.rst41
-rw-r--r--pom.xml18
4 files changed, 46 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/release-notes.rst b/docs/release-notes.rst
index ac21f76b..8ff9d667 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -11,6 +11,47 @@ It provides self-service management GUI and monitor GUI for operators and end-us
This project targets identifying all GUI requirements which operators and end-users need ONAP to support,
coordinating GUI parts of each ONAP subsystem, filling the gaps for improving GUI functionalities for use cases.
+Version: 14.0.0
+---------------
+
+:Release Date: 2024-06-13
+
+**New Features**
+ - IBN service : Introducing Generative AI Solution Based on Large Models; Data Service Enhancements of Intent Driven Networks in R14; Updating vulnerable direct dependencies in the NewDelhi version.
+
+**Released Components**
+ - usecase-ui 14.0.0
+ - usecase-ui-server 14.0.0
+ - usecase-ui-intent-analysis 14.0.0
+ - usecase-ui-nlp 1.0.5
+
+**Bug Fixes**
+ NA
+
+**Known Issues**
+ NA
+
+**Security Notes**
+
+Usecase-UI code has been formally scanned during build time using NexusIQ and all critical vulnerabilities have been addressed,
+items that remain open have been assessed for risk and determined to be false positive.
+The Usecase-UI open critical security vulnerabilities and their risk assessment have been documented as part of the project.
+
+**Quick Links**
+ - `Usecase-UI project page <https://wiki.onap.org/display/DW/Usecase+UI+Project>`_
+ - `Passing Badge information for Usecase-UI <https://bestpractices.coreinfrastructure.org/en/projects/1759>`_
+ - `Project Vulnerability Review Table for Usecase-UI <https://wiki.onap.org/pages/viewpage.action?pageId=51282547>`__
+
+**Upgrade Notes**
+ NA
+
+**Deprecation Notes**
+ NA
+
+**Other**
+ NA
+
+
Version: 5.2.2
--------------
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>