File tree Expand file tree Collapse file tree
java-core/google-cloud-core-bom Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ function replaceParent {
2424# Then, apply the values as the parent pom of each module
2525for module in $( find . -mindepth 2 -maxdepth 2 -name pom.xml | sort --dictionary-order | xargs dirname) ; do
2626 # example value of module is "./java-accessapproval"
27- if [[ " ${module} " = * gapic-libraries-bom ]] || [[ " ${module} " = * google-cloud-jar-parent ]] || [[ " ${module} " = * google-cloud-pom-parent ]]; then
27+ if [[ " ${module} " = * gapic-libraries-bom ]] || \
28+ [[ " ${module} " = * google-cloud-jar-parent ]] || \
29+ [[ " ${module} " = * google-cloud-pom-parent ]] || \
30+ [[ " ${module} " = * java-shared-dependencies ]]; then
2831 continue
2932 fi
3033 echo " Processing module $module "
Original file line number Diff line number Diff line change 55 <artifactId >google-cloud-core-bom</artifactId >
66 <version >2.9.5-SNAPSHOT</version ><!-- {x-version-update:google-cloud-core:current} -->
77 <packaging >pom</packaging >
8+
89 <parent >
910 <groupId >com.google.cloud</groupId >
1011 <artifactId >google-cloud-pom-parent</artifactId >
You can’t perform that action at this time.
0 commit comments