aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRachithaRamappa93 <rachitha.ramappa@att.com>2021-03-09 20:00:10 +0530
committerRachithaRamappa93 <rachitha.ramappa@att.com>2021-03-09 20:00:26 +0530
commit7d36b5e4afe42ee117aa856849c93c23adac6edd (patch)
tree25e1c1e244ab26695d40b2c816939e3b7f25dbc2
parentf18b3f6f7a5d1bca1e5926cc70b3e61e3b56130e (diff)
honolulu release commit8.0.2
Change-Id: I31126c01152d376d1375bc9c5ec996ba4eff83ff Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
-rwxr-xr-xdeliveries/pom.xml2
-rw-r--r--docs/release-notes.rst1
-rwxr-xr-xepsdk-app-onap/pom.xml2
-rw-r--r--epsdk-app-onap/version.properties2
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
-rwxr-xr-xvid-app-common/pom.xml2
-rw-r--r--vid-webpack-master/pom.xml2
8 files changed, 9 insertions, 8 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml
index 13a2db219..57b9a495c 100755
--- a/deliveries/pom.xml
+++ b/deliveries/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.vid</groupId>
<artifactId>vid-parent</artifactId>
- <version>8.0.1-SNAPSHOT</version>
+ <version>8.0.2-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 60191942e..d60d08c85 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -50,6 +50,7 @@ This section is empty.
https://jira.onap.org/browse/VID-944
https://jira.onap.org/browse/VID-945
https://jira.onap.org/browse/VID-970
+ https://jira.onap.org/browse/VID-679
**Security Notes**
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 1c78a4367..6eeafcd27 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>8.0.1-SNAPSHOT</version>
+ <version>8.0.2-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 21ae1c342..9b5686c72 100644
--- a/epsdk-app-onap/version.properties
+++ b/epsdk-app-onap/version.properties
@@ -4,7 +4,7 @@
major=8
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
diff --git a/pom.xml b/pom.xml
index 2ea5bfa18..ca86df8dc 100644
--- 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>8.0.1-SNAPSHOT</version>
+ <version>8.0.2-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>8.0.1-SNAPSHOT</build.version>
+ <build.version>8.0.2-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 21ae1c342..9b5686c72 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=8
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 0e1d13c07..5e36c4c8c 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>8.0.1-SNAPSHOT</version>
+ <version>8.0.2-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 edc9e6eb6..6bf8a3632 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>8.0.1-SNAPSHOT</version>
+ <version>8.0.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID UI</name>
<description>VID UI</description>