honolulu snapshot release 92/118292/2 8.0.0
authorRachithaRamappa93 <rachitha.ramappa@att.com>
Tue, 23 Feb 2021 16:41:47 +0000 (22:11 +0530)
committerRachithaRamappa93 <rachitha.ramappa@att.com>
Tue, 23 Feb 2021 16:58:10 +0000 (22:28 +0530)
Change-Id: I57ab0e2f5356a1690cd09558b96d5e0bfe911255
Issue-ID: VID-958
Signed-off-by: rachitha.ramappa@att.com
deliveries/pom.xml
docs/release-notes.rst
epsdk-app-onap/pom.xml
epsdk-app-onap/version.properties
pom.xml
version.properties
vid-app-common/pom.xml
vid-webpack-master/pom.xml

index a2f3b24..9c7815e 100755 (executable)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.vid</groupId>
         <artifactId>vid-parent</artifactId>
-        <version>7.0.2-SNAPSHOT</version>
+        <version>8.0.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 413261d..ff996e2 100644 (file)
@@ -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)
 ------------------------
 
index 4672c0b..4843b92 100755 (executable)
@@ -8,7 +8,7 @@
         the Portal team. -->
     <groupId>org.onap.vid</groupId>
     <artifactId>epsdk-app-onap</artifactId>
-    <version>7.0.2-SNAPSHOT</version>
+    <version>8.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>ECOMP SDK Webapp for OpenSource</name>
     <description>ECOMP SDK Web Application for public release</description>
index 0ec355a..5709c55 100644 (file)
@@ -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 a3e8fa9..5b54957 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vid</groupId>
     <artifactId>vid-parent</artifactId>
-    <version>7.0.2-SNAPSHOT</version>
+    <version>8.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vid</name>
 
@@ -86,7 +86,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <build.version>7.0.2-SNAPSHOT</build.version>
+        <build.version>8.0.0-SNAPSHOT</build.version>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
         <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
index 0ec355a..5709c55 100644 (file)
@@ -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}
 
index e55f3c6..5159ebd 100755 (executable)
@@ -9,7 +9,7 @@
         inherit from a parent maven module. -->
     <groupId>org.onap.vid</groupId>
     <artifactId>vid-app-common</artifactId>
-    <version>7.0.2-SNAPSHOT</version>
+    <version>8.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>VID Common</name>
     <description>VID Common code for opensource version</description>
index 31feddb..b29d22a 100644 (file)
@@ -9,7 +9,7 @@
       inherit from a parent maven module. -->
   <groupId>org.onap.vid</groupId>
   <artifactId>vid-webpack-master</artifactId>
-  <version>7.0.2-SNAPSHOT</version>
+  <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>VID UI</name>
   <description>VID UI</description>