From f1c852e7a96ed564a7d0200c6fff858c32926a29 Mon Sep 17 00:00:00 2001 From: RachithaRamappa93 Date: Tue, 23 Feb 2021 22:11:47 +0530 Subject: honolulu snapshot release Change-Id: I57ab0e2f5356a1690cd09558b96d5e0bfe911255 Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com --- deliveries/pom.xml | 2 +- docs/release-notes.rst | 57 +++++++++++++++++++++++++++++++++++++++ epsdk-app-onap/pom.xml | 2 +- epsdk-app-onap/version.properties | 4 +-- pom.xml | 4 +-- version.properties | 4 +-- vid-app-common/pom.xml | 2 +- vid-webpack-master/pom.xml | 2 +- 8 files changed, 67 insertions(+), 10 deletions(-) diff --git a/deliveries/pom.xml b/deliveries/pom.xml index a2f3b243d..9c7815e1b 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ org.onap.vid vid-parent - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT pom diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 413261d45..ff996e280 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -4,6 +4,63 @@ VID Release Notes ================= +Version: Honolulu (8.0.x) +------------------------ + +:In a nutshell...: + +The following areas have received improvements in Honolulu Release + + * VID development (back-end for SO BB). + In R6/R7 SO BB were implemented for more streamlined processing of W/F. BPMN to BB. Completed in R7. + Modern UI for PNFs in VID was not rendering the models (empty UI). This is now built. + Introduced VNF GUI to fit the SO BB work using SO API from R7. + + More details at: https://jira.onap.org/browse/REQ-430 + + * Place-Geolocation Development for PnP completed in VID: + Please see for more details https://wiki.onap.org/display/DW/Proposed+Location+Model + +*Security Issues* + +This section is empty. + +*Bug fixes* + +This section is empty. + +**Known Issues** + +This section is empty. + +**Resolved Issues** + https://jira.onap.org/browse/VID-890 + https://jira.onap.org/browse/VID-902 + https://jira.onap.org/browse/VID-917 + https://jira.onap.org/browse/VID-922 + https://jira.onap.org/browse/VID-694 + https://jira.onap.org/browse/VID-921 + https://jira.onap.org/browse/VID-924 + https://jira.onap.org/browse/VID-925 + https://jira.onap.org/browse/VID-695 + https://jira.onap.org/browse/VID-927 + https://jira.onap.org/browse/VID-928 + https://jira.onap.org/browse/VID-903 + https://jira.onap.org/browse/VID-943 + https://jira.onap.org/browse/VID-944 + https://jira.onap.org/browse/VID-945 + +**Security Notes** + +*Fixed Security Issues* + +This section is empty. + +*Known Security Issues* + +This section is empty. + + Version: Guilin (7.0.x) ------------------------ diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 4672c0b26..4843b92b7 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. --> org.onap.vid epsdk-app-onap - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT war ECOMP SDK Webapp for OpenSource ECOMP SDK Web Application for public release diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 0ec355a05..5709c5532 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=7 +major=8 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch} diff --git a/pom.xml b/pom.xml index a3e8fa96b..5b5495751 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.vid vid-parent - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT pom vid @@ -86,7 +86,7 @@ UTF-8 UTF-8 - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ diff --git a/version.properties b/version.properties index 0ec355a05..5709c5532 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=7 +major=8 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch} diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index e55f3c62e..5159ebd13 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT war VID Common VID Common code for opensource version diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 31feddbb2..b29d22a6c 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-webpack-master - 7.0.2-SNAPSHOT + 8.0.0-SNAPSHOT war VID UI VID UI -- cgit 1.2.3-korg