Skip to content

Commit f8eeb88

Browse files
andreamlinvam-google
authored andcommitted
update versions in bom pom (googleapis#2703)
1 parent 6e0cc1e commit f8eeb88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utilities/update_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ for item in ${modules[*]}; do
242242
# 1) Update version properties (used to define dependencies between google-cloud modules).
243243
echo -e " Updating ${module_suffix}.version property in root pom.xml"
244244
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
245246

246247
# 2) Update version of the module. If the module is a parent of other modules
247248
# (like the root module or the google-cloud-contrib), then the parent secion of its child modules

0 commit comments

Comments
 (0)