summaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorWojciech Sliwka <wojciech.sliwka@nokia.com>2019-09-19 07:56:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-19 07:56:17 +0000
commit421fd2a498707d5844e9a99eed039ddcb8b52e06 (patch)
tree8fe29c4db7ee48fc3f14bb5b7d825ca7f0edea69 /vid-app-common
parentbc0dcab7a235ad78a6b3201aa315e2071eac8fce (diff)
parent296345d5b3a5628aee0b522aa383c150e5e1ce9f (diff)
Merge "Bump VID master version to 6.0.0 (Frankfurt)"
Diffstat (limited to 'vid-app-common')
-rwxr-xr-xvid-app-common/pom.xml2
-rwxr-xr-xvid-app-common/version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 7f2b27c9f..78d9af771 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>5.0.3-SNAPSHOT</version>
+ <version>6.0.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 70310a855..19ee1fbf4 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/version.properties
@@ -2,9 +2,9 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=5
+major=6
minor=0
-patch=3
+patch=0
base_version=${major}.${minor}.${patch}