diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2017-11-29 06:24:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-29 06:24:06 +0000 |
commit | 7bab11e3895646560fdd4c89e35aba47d4d61a5b (patch) | |
tree | 95400158be0328366a8764b6b0f4dd55d721711d | |
parent | f8d29a66c886b51a24cae15ee1ac9a3da17c7ebc (diff) | |
parent | 872f99c45531186d37a6450a8133d2a236a685c1 (diff) |
Merge "Bump minor version"
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.lcm</groupId> <artifactId>vfc-nfvo-lcm</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-lcm</name> <description>vfc nfvo lcm</description> diff --git a/version.properties b/version.properties index 359ebb98..c0fa9d52 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=2 base_version=${major}.${minor}.${patch} |