summaryrefslogtreecommitdiffstats
path: root/version.bzl
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 2.16.7v2.16.7Luca Milanesio2019-03-141-1/+1
| | | | Change-Id: Ic87afeea7f081fa7b0fb524c68477a802cfb57b7
* Set version to 2.16.7-SNAPSHOTDavid Pursehouse2019-03-011-1/+1
| | | | Change-Id: I8ea963c475b6ed709535bd427a68dbc38f8127bb
* Set version to 2.16.6v2.16.6Luca Milanesio2019-02-271-1/+1
| | | | Change-Id: Idffba67953b05bf19aed54e95cd0d35a0db5c4ab
* Set version to 2.16.6-SNAPSHOTDavid Pursehouse2019-02-111-1/+1
| | | | Change-Id: I4aad8f59e9a9ce2e152d3ab50bbf559170a2000f
* Set version to 2.16.5v2.16.5Luca Milanesio2019-02-081-1/+1
| | | | Change-Id: Idcdfeb5270909722e23f7100cbef0ce2304d3289
* Set version to 2.16.5-SNAPSHOTDavid Pursehouse2019-01-251-1/+1
| | | | Change-Id: Id5d3df25a8a215b08e11eca3d1d4a03d6034d68e
* Set version to 2.16.4Luca Milanesio2019-01-241-1/+1
| | | | Change-Id: I1384b7856b9f0610c9fa301d58c34cd48d29b7b8
* Set version to 2.16.4-SNAPSHOTDavid Pursehouse2019-01-151-1/+1
| | | | Change-Id: I4bccc16b0540c2ff4cb7f83ce8538acad0eea93a
* Set version to 2.16.3v2.16.3Luca Milanesio2019-01-111-1/+1
| | | | Change-Id: I58f907b000035944902c9dd6405afcbb8c223f93
* Set version to 2.16.2v2.16.2Luca Milanesio2018-12-191-1/+1
| | | | Change-Id: I42137b60106ee169b87df2bbe1886fa2ad1c1726
* Set version to 2.16.2-SNAPSHOTDavid Pursehouse2018-12-171-1/+1
| | | | Change-Id: I17488d79a7c377d6c4d192c7837762c13c738d8c
* Set version to 2.16.1v2.16.1David Pursehouse2018-12-071-1/+1
| | | | Change-Id: I3c8d4b5bdaf7685148c8102a497a02f74d33bf72
* Set version to 2.16.1-SNAPSHOTDavid Pursehouse2018-11-151-1/+1
| | | | Change-Id: I0b8b5e8b3eeb26032751e05543fe2a0e5477a280
* Set version to 2.16v2.16Luca Milanesio2018-11-151-1/+1
| | | | Change-Id: Iab03437a56ffea76e15fecd07d906074ff05fe11
* Release 2.16-rc3v2.16-rc3Luca Milanesio2018-11-071-1/+1
| | | | Change-Id: I1ab74c613db8dbe2e2766d567ddf6b7703cf3f22
* Release 2.16-rc2v2.16-rc2Luca Milanesio2018-11-011-1/+1
| | | | Change-Id: I15336cdf42ca45e48c71c9f8e71d3b68b388961c
* Release 2.16-rc1v2.16-rc1Luca Milanesio2018-10-231-1/+1
| | | | Change-Id: I7677cb7cca38e414b0ed1fcab75ef79b74c6bc50
* Release 2.16-rc0v2.16-rc0Luca Milanesio2018-10-161-1/+1
| | | | Change-Id: Ib4e86838052a489fba78aa3a4ea9b43cddf92b38
* Bazel: Use version check function from bazel-skylib repositoryDavid Ostrovsky2018-01-131-7/+0
| | | | | | | | | | | | | | | | | | Since version 0.10.0rc1 Bazel started to include version in release candidate and this broke version check in Bazel Gerrit CI: [1]. bazel-skylib is a project from the Bazel community that exposes utility rules. Consume working Bazel minimum version check from this repository. This version parsing machinery was adapted to work with release candidate version, by omiting rcx part during parsing. See this issue for more details: [2]. This change also bumps required bazel version to 0.7.0. [1] https://ci.bazel.build/blue/organizations/jenkins/Global%2Fgerrit/detail/gerrit/345/pipeline [2] https://github.com/bazelbuild/bazel/issues/4425 Change-Id: Ie3e17ea327c556daa234aeebbc2919be51109e91
* Allow building gerrit with experimental/unreleased Bazel.Dmitry Lomov2017-10-251-0/+3
| | | | Change-Id: I448dd8c0f42b70870805c3fd6b9a215a3be0fe06
* Specify min required bazel versionSaša Živkov2017-10-091-0/+4
| | | | | | | | | If bazel is too old fail build early with a precise error message. Idea taken from [1]. [1] https://github.com/bazelbuild/bazel/commit/6c2aaacb5b9b01fa5614b6a2b147859fc70c9125 Change-Id: I5dafd1ab7b88caa19707b68d4a07c3b9ab9005cf
* Update versions to 2.16-SNAPSHOTDave Borowitz2017-10-011-1/+1
| | | | | | | I've said before that I don't expect there to be a 2.16, and 3.0 will be the next version. I still believe that, but here I'm hedging. Change-Id: I0722d582cfec4d5c08dffc83c24efc34613a345e
* Release 2.15-rc0v2.15-rc0Dave Borowitz2017-10-011-1/+1
| | | | Change-Id: Ic40a05a5d6d27a007d1cae35f61a96e325aecfdb
* Set version to 2.15-SNAPSHOTDavid Pursehouse2017-03-231-1/+1
| | | | Change-Id: I560b77a951558cc25a0fddd436540e9fed87975e
* Bazel: Reformat build filesDavid Ostrovsky2016-12-071-1/+1
| | | | | | | | | | | Reformat the Bazel build files with the buildifier tool [1]. The style is different for Bazel files. Most notably, indentation level is 4 spaces instead of 2, and " is used instead of '. [1] https://github.com/bazelbuild/buildifier Change-Id: I95c0c6f11b6d76572797853b4ebb5cee5ebd3c98
* Bazel: Publish maven artifacts to local and remote repositoriesDavid Ostrovsky2016-11-031-0/+5
Currently too big files are published, because some unwanted transitive dependencies are included in the final artifacts. That will be fixed in follow-up change by using neverlink option in java_library rule or using provided_deps attribute that will be addded in future releases of Bazel: [1]. TEST PLAN: $ VERBOSE=1 tools/maven/api.sh install bazel $ VERBOSE=1 tools/maven/api.sh install buck * [1] https://github.com/bazelbuild/bazel/issues/1402 Change-Id: Ie73d4ae34d96be7f97f6329c4c30c814f54688d5