aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-05-22 20:28:00 +0300
committerIttay Stern <ittay.stern@att.com>2019-05-22 20:28:20 +0300
commitbf6341397284b03c6a2fa9c71adc02c90a0887a3 (patch)
tree9fa76627cd264090889ab61016fd265db4bdde3a /vid-app-common
parent17532bb4f1f4600327a697355a1a66a5126fe506 (diff)
Bump VID version to 4.2.0
Issue-ID: VID-482 Change-Id: I90808fb78cb68914df64faa6ac34416336f4d72a 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 8091b6d60..7fef98fa9 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.1.0-SNAPSHOT</version>
+ <version>4.2.0-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 b0ccfcd74..dbcc4be4d 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=4
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}