diff options
author | Ofir Sonsino <os0695@att.com> | 2018-02-04 11:23:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-04 11:23:04 +0000 |
commit | 146eef0d6c07306b85c511bbcac0f60f4e3dae1a (patch) | |
tree | 70e4fd5f2fe9e1c3f6baa8df6275562cf909ee4a /vid-app-common | |
parent | 1cfb08779ea0e00be69e072a940b3063e049fe6b (diff) | |
parent | 28ecadbbc8101e1b4a6b0bbdd7fd8d0b1e1d79b2 (diff) |
Merge "Bump minor version"
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 aa973b05b..dae47987f 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>1.1.1-SNAPSHOT</version>
+ <version>1.2.1-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 04a32dea2..146a672fe 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=1
-minor=1
+minor=2
patch=1
base_version=${major}.${minor}.${patch}
|