aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-13 18:04:52 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-13 18:04:52 +0300
commit2166f6bfc905879f36dcee120694d29459dcd0a8 (patch)
tree629f91681e976911ce80ca032d1817a0d2393ef5 /pom.xml
parent71e820e32bd4f32aff4026fc55c6bb1f5891a0c2 (diff)
Bump VID version to 4.3.1
Addresses defect: Issue-ID: VID-487 Change-Id: Ie61f549983cb6f084cec3a315dfa4d3299e5e7f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4e6fe5a73..be1f0a5d5 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.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>4.3.0-SNAPSHOT</build.version>
+ <build.version>4.3.1-SNAPSHOT</build.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>