1 parent 6e0cc1e commit f8eeb88Copy full SHA for f8eeb88
1 file changed
utilities/update_versions.sh
@@ -242,6 +242,7 @@ for item in ${modules[*]}; do
242
# 1) Update version properties (used to define dependencies between google-cloud modules).
243
echo -e " Updating ${module_suffix}.version property in root pom.xml"
244
sed -ri "s/(<${module_suffix}.version>\s*)((\w|-|\.)+)(\s*<\/${module_suffix}.version>)/\1${new_version}\4/" pom.xml
245
+ sed -ri "s/(<${module_suffix}.version>\s*)((\w|-|\.)+)(\s*<\/${module_suffix}.version>)/\1${new_version}\4/" google-cloud-bom/pom.xml
246
247
# 2) Update version of the module. If the module is a parent of other modules
248
# (like the root module or the google-cloud-contrib), then the parent secion of its child modules
0 commit comments