diff options
-rwxr-xr-x | deliveries/pom.xml | 2 | ||||
-rw-r--r-- | docs/release-notes.rst | 57 | ||||
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | epsdk-app-onap/version.properties | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <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> 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. --> <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> 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} @@ -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> 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. --> <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> 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. --> <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> |