diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-09-16 07:18:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 07:18:26 +0000 |
commit | 69ea8f5b4c5165b12de7261bfb19625c6dc3d5be (patch) | |
tree | 14d6220595949d8fc05d9ecb5f50b3c67bf56363 /pom.xml | |
parent | 24f143d8537686bc7a5b7540547fc40ab6523012 (diff) | |
parent | 02a9aa8057cfbcc395edb1469f4f4336a484c661 (diff) |
Merge "Bump VID version to 5.0.3"5.0.3
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.2-SNAPSHOT</version> + <version>5.0.3-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.2-SNAPSHOT</build.version> + <build.version>5.0.3-SNAPSHOT</build.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> |