The API includes some new classes since 2.14 and we need to be able to build snapshot artifacts to test plugins that use the new classes. Change-Id: Ifad31b93e5b5068c0d6952582f6882edc252e227
6 lines
177 B
Python
6 lines
177 B
Python
# Maven style API version (e.g. '2.x-SNAPSHOT').
|
|
# Used by :api_install and :api_deploy targets
|
|
# when talking to the destination repository.
|
|
#
|
|
GERRIT_VERSION = "2.15-SNAPSHOT"
|