aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-04-24 14:19:14 +0100
committerefiacor <fiachra.corcoran@est.tech>2023-04-24 15:24:31 +0100
commita496ae29d5467e3ed38b4b599c2ee547c791a11e (patch)
tree7c16dea4c8f328989b9ef0d1a52c6e1e771f2f40
parent0ffd0205a14b86c7da27c728df09d4166c4e328c (diff)
[DMAAP-DR] Update release notes London
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ia8885fb653aa6600a3431a9a7107a060c393b605 Issue-ID: DMAAP-1878
-rw-r--r--docs/release-notes.rst70
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
3 files changed, 72 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 949a954e..e04a3f2b 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -2,6 +2,76 @@
.. http://creativecommons.org/licenses/by/4.0
.. _release_notes:
+
+.. ===========================
+.. * * * LONDON * * *
+.. ===========================
+
+=============
+Release Notes
+=============
+
+London
+======
+
+Abstract
+--------
+
+This document provides the release notes for the DMaaP DR London release.
+
+Summary
+-------
+No major changes for London Release.
+Minor bug fix and package updates.
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------+
+| **DMaaP Data Router Project** | |
++--------------------------------------+--------------------------------------+
+| **Docker images** | - datarouter-prov 2.1.13 |
+| | - datarouter-node 2.1.13 |
++--------------------------------------+--------------------------------------+
+| **Release designation** | 12.0.0 London |
++--------------------------------------+--------------------------------------+
+| **Release date** | TBD |
++--------------------------------------+--------------------------------------+
+
+New features
+------------
+
+Known Limitations, Issues and Workarounds
+-----------------------------------------
+
+System Limitations
+------------------
+
+Known Vulnerabilities
+---------------------
+
+Workarounds
+-----------
+
+Security Notes
+--------------
+
+References
+----------
+
+For more information on the ONAP Kohn release, please see:
+
+#. `ONAP Home Page`_
+#. `ONAP Documentation`_
+#. `ONAP Release Downloads`_
+#. `ONAP Wiki Page`_
+
+.. _`ONAP Home Page`: https://www.onap.org
+.. _`ONAP Wiki Page`: https://wiki.onap.org
+.. _`ONAP Documentation`: https://docs.onap.org
+.. _`ONAP Release Downloads`: https://git.onap.org
+
+
.. ===========================
.. * * * KOHN * * *
.. ===========================
diff --git a/pom.xml b/pom.xml
index 59158684..d0cc6b8d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
</parent>
<properties>
<!--revision must also be set in the version.properties file at project root-->
- <revision>2.1.13-SNAPSHOT</revision>
+ <revision>2.1.14-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
diff --git a/version.properties b/version.properties
index 505e448d..7ec099f7 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=13
+patch=14
base_version=${major}.${minor}.${patch}