diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-08 17:35:45 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-01-09 10:47:50 +0200 |
commit | 2e0d6b1a8fe5fdeef16c90e438c9df425f40b855 (patch) | |
tree | 8e0f2260689c56596b7b8bf649ae00f83454603d | |
parent | e8414b1fe839291418ead3a7e5a64bf382dc1121 (diff) |
Release VID 6.0.1 (Frankfurt)
Issue-ID: VID-716
Change-Id: If85e9c7b0b68ae19b7da84f9a7d4459fd4dae21e
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rwxr-xr-x | deliveries/pom.xml | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 2 | ||||
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | epsdk-app-onap/version.properties | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | releases/6.0.1-container.yaml | 8 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/version.properties | 2 | ||||
-rw-r--r-- | vid-webpack-master/pom.xml | 2 |
10 files changed, 19 insertions, 11 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 97928f5e8..5b467d6eb 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> @@ -64,7 +64,7 @@ <descriptor>assembly/assembly-for-plugin.xml</descriptor> </assembly> <tags> - <tag>5.0-STAGING-latest</tag> + <tag>6.0-STAGING-latest</tag> <tag>latest</tag> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 58fd74b8d..f13b79c5c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,7 +3,7 @@ VID Release Notes ================= -Version: El-Alto (6.0.x) +Version: Frankfurt (6.0.x) ------------------------ **Known Issues** diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 12a71b5b5..be810e5ba 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>6.0.1-SNAPSHOT</version> + <version>6.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 7838c401a..819a8c054 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -4,7 +4,7 @@ major=6 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.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>6.0.1-SNAPSHOT</build.version> + <build.version>6.0.2-SNAPSHOT</build.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> diff --git a/releases/6.0.1-container.yaml b/releases/6.0.1-container.yaml new file mode 100644 index 000000000..5480e3772 --- /dev/null +++ b/releases/6.0.1-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '6.0.1' +project: 'vid' +log_dir: 'vid-maven-docker-stage-master/233/' +ref: e8414b1fe839291418ead3a7e5a64bf382dc1121 +containers: + - name: 'vid' + version: '6.0.1-20200109T025909Z'
\ No newline at end of file diff --git a/version.properties b/version.properties index 7838c401a..819a8c054 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=6 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 ffe26b614..5f3d75e84 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>6.0.1-SNAPSHOT</version> + <version>6.0.2-SNAPSHOT</version> <packaging>war</packaging> <name>VID Common</name> <description>VID Common code for opensource version</description> diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 7838c401a..819a8c054 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=6 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 6cc56aae6..84c2e57d9 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>6.0.1-SNAPSHOT</version> + <version>6.0.2-SNAPSHOT</version> <packaging>war</packaging> <name>VID UI</name> <description>VID UI</description> |