diff options
author | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-11-17 13:54:57 -0600 |
---|---|---|
committer | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-11-17 13:54:57 -0600 |
commit | 7ca5618c6e75f95d23dacaf01d11b6ab4b1e93e0 (patch) | |
tree | a2bb56e108bc06944b3be417b26dc4cd54e06cd8 /vid-app-common | |
parent | 5a788169f35ec21ff5fe7085254f539c03e80d99 (diff) |
Bump patch version
Bump patch version in preparation for Amsterdam
branching.
Issue-ID: CIMAN-120
Change-Id: Iecfa24789e804af371c9d683bc15ed9ff5fdb48d
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
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 689ec38c..859dee73 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.openecomp.vid</groupId>
<artifactId>vid-app-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.2-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 04a32dea..31680664 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=1
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
|