diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-29 10:19:25 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-05 12:18:53 +0300 |
commit | dd3ba9800ec14898f50858ecd67db0f9245ffc01 (patch) | |
tree | b33f0e413a85b19c8bc7de6069065163159d4190 /pom.xml | |
parent | 4480a6cac93693cef4515a0f5588c58bbe270f06 (diff) |
Bump VID version to 5.0.0
Issue-ID: VID-296
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>5.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>4.0.0-SNAPSHOT</build.version> + <build.version>5.0.0-SNAPSHOT</build.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |