version.py: Fix replacement in version.bzl
Change-Id: Ifca0a32a922a4bbce7b34069802c1f32ea00f23f
This commit is contained in:
parent
535acb1723
commit
24068fcb0a
@ -51,7 +51,7 @@ for project in ['gerrit-acceptance-framework', 'gerrit-extension-api',
|
||||
pom = os.path.join(project, 'pom.xml')
|
||||
replace_in_file(pom, src_pattern)
|
||||
|
||||
src_pattern = re.compile(r"^(GERRIT_VERSION = ')([-.\w]+)(')$", re.MULTILINE)
|
||||
src_pattern = re.compile(r'^(GERRIT_VERSION = ")([-.\w]+)(")$', re.MULTILINE)
|
||||
replace_in_file('version.bzl', src_pattern)
|
||||
|
||||
src_pattern = re.compile(r'^(\s*-DarchetypeVersion=)([-.\w]+)(\s*\\)$',
|
||||
|
Loading…
Reference in New Issue
Block a user