aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-07-16 15:42:13 +0300
committerIttay Stern <ittay.stern@att.com>2019-07-16 16:40:47 +0300
commit33883982d9e9132e1d7c781c3b3cbeccc802bc28 (patch)
tree71a7b9888dcbf394b543b7b979525eac3e46755f /vid-app-common
parent3b3fec4b4cb6c1e9240cddd76b9d1f837d6dbd65 (diff)
Bump VID version to 4.3.2
Issue-ID: VID-503 Change-Id: I19e61488c63c19c0f738b5c41542bf82da38d27e 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 40f1a8de7..c7dbf965d 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.1-SNAPSHOT</version>
+ <version>4.3.2-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 5469e38a9..7d4d5f8df 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/version.properties
@@ -4,7 +4,7 @@
major=4
minor=3
-patch=1
+patch=0
base_version=${major}.${minor}.${patch}