diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-12-01 20:58:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-01 20:58:20 +0000 |
commit | 4a761513f252208150f2b7269449b422066e0be7 (patch) | |
tree | b3374b96df9bfaf79d975a0487484023ebcc8d85 /version.properties | |
parent | e62aae6b5d079c5175441686d49364b71741f6d9 (diff) | |
parent | 9ce7efe5b6e9c7ebd0554273bce8262d8f05844c (diff) |
Merge "Bump minor version"
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.properties b/version.properties index 34fcd9b11..49e2720ae 100644 --- a/version.properties +++ b/version.properties @@ -3,12 +3,12 @@ # 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_version=0 -minor_version=1 -patch_version=1 +major_version=1 +minor_version=0 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |