aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-03-04 16:13:41 +0200
committerIttay Stern <ittay.stern@att.com>2020-03-04 16:13:41 +0200
commit07e200fa8c0b2697eecd2065bc574e0966f9316b (patch)
treeeb2f2b3b4affd13c943c55becb47b9a772e2f391 /vid-app-common
parent03658e97c41cce22f20ac04d69038103089b4f05 (diff)
Release VID 6.0.3 (Frankfurt)
Issue-ID: VID-761 Change-Id: I57cf2a0506e9113667b17238d99512999b80b524 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 c1e3fb9be..d1632c527 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>6.0.3-SNAPSHOT</version>
+ <version>6.0.4-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 ce5339b64..055bbb1ef 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/version.properties
@@ -4,7 +4,7 @@
major=6
minor=0
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}