aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRachithaRamappa93 <rachitha.ramappa@att.com>2021-03-04 22:07:45 +0530
committerRachithaRamappa93 <rachitha.ramappa@att.com>2021-03-04 22:16:27 +0530
commit43713b251e3254f925b38b71845ba191b3145e87 (patch)
tree6423e756a4c8878da7c0336b882ec23a3509a529
parent1a64b7c494b129d39ece23aa0615f49bdb3ac52e (diff)
honolulu relase patch
Change-Id: I5f5517d7527b72021c13a647ef79f5b0270af17a 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 9c7815e1b..13a2db219 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.0-SNAPSHOT</version>
+ <version>8.0.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index ff996e280..60191942e 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -49,6 +49,7 @@ This section is empty.
https://jira.onap.org/browse/VID-943
https://jira.onap.org/browse/VID-944
https://jira.onap.org/browse/VID-945
+ https://jira.onap.org/browse/VID-970
**Security Notes**
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 4843b92b7..1c78a4367 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.0-SNAPSHOT</version>
+ <version>8.0.1-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 5709c5532..21ae1c342 100644
--- a/epsdk-app-onap/version.properties
+++ b/epsdk-app-onap/version.properties
@@ -4,7 +4,7 @@
major=8
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/pom.xml b/pom.xml
index 5b5495751..2ea5bfa18 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.0-SNAPSHOT</version>
+ <version>8.0.1-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.0-SNAPSHOT</build.version>
+ <build.version>8.0.1-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 5709c5532..21ae1c342 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=8
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 5159ebd13..0e1d13c07 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.0-SNAPSHOT</version>
+ <version>8.0.1-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 b29d22a6c..edc9e6eb6 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.0-SNAPSHOT</version>
+ <version>8.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID UI</name>
<description>VID UI</description>