diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-11-05 20:52:49 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2018-11-05 19:01:05 +0000 |
commit | 6f625b067131e340db68cf657e65851d83f26776 (patch) | |
tree | b858de78428beaac690538cab22a80c3ea7cbf0d /vid-app-common | |
parent | e4c1493b35c4a3f3ee2232eccdf8e254ede74a85 (diff) |
Bump VID version
Change-Id: I34e6cff25ac5652eda162096ee6b70feac0a4ce3
Issue-ID: VID-333
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index c9c32ac9..f2c7f0c3 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>3.1.0-SNAPSHOT</version>
+ <version>3.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 0470dc6a..d2c374d1 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=3
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
|