aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
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 /vid-app-common
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 'vid-app-common')
-rwxr-xr-xvid-app-common/pom.xml2
-rwxr-xr-xvid-app-common/version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 51eb37d43..787533ff7 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-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 7d4d5f8df..5469e38a9 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/version.properties
@@ -4,7 +4,7 @@
major=4
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}