diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-09-18 12:42:38 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-09-18 12:42:38 +0300 |
commit | 296345d5b3a5628aee0b522aa383c150e5e1ce9f (patch) | |
tree | 3c81d6260ae72487a45621e6096e103f02e664f7 /pom.xml | |
parent | f8f2c436cd13cc630c0725a3baee35338ec61e77 (diff) |
Bump VID master version to 6.0.0 (Frankfurt)
Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57
Issue-ID: VID-631
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>5.0.3-SNAPSHOT</version> + <version>6.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>5.0.3-SNAPSHOT</build.version> + <build.version>6.0.0-SNAPSHOT</build.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> |