diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:12:41 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:12:41 -0800 |
commit | 5d81d49f85345f39790cec8a06aa00bd593af19d (patch) | |
tree | f7720266c3016d50a860cb88b2603a6195e95c60 /version.properties | |
parent | b3521591069d1be86cab83c0b8533fc049a1a33f (diff) |
Bump minor versionv1.2.0
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I085f4e8f05d2956b0cf06342a34deeefac156e31
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index bf2cbb2..ab4459f 100644 --- a/version.properties +++ b/version.properties @@ -4,11 +4,11 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=1 +minor_version=2 sprint_number=0 base_version=${major_version}.${minor_version}.${sprint_number} # 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 |