Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bumping shared deps to 3.0.4 #8527

Closed
wants to merge 1 commit into from

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Oct 5, 2022

This commit was made by:

for F in $(find . -mindepth 2 -maxdepth 2 -name pom.xml); do
  sed -i.bak -e "/google-cloud-shared-dependencies/{N;s|<version>.*<\/version>|<version>3.0.4<\/version>|;}" $F && rm ${F}.bak
done

This commit was made by:

for F in $(find . -mindepth 2 -maxdepth 2 -name pom.xml); do
  sed -i.bak -e "/google-cloud-shared-dependencies/{N;s|<version>.*<\/version>|<version>3.0.4<\/version>|;}" $F && rm ${F}.bak
done
@suztomo suztomo added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 5, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 5, 2022
@suztomo
Copy link
Member Author

suztomo commented Oct 5, 2022

RenovateBot's #8528 has 1 more file than my sed command.

@suztomo
Copy link
Member Author

suztomo commented Oct 5, 2022

It's java-resourcemanager/google-cloud-resourcemanager/pom.xml.

@suztomo suztomo added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 5, 2022
@suztomo
Copy link
Member Author

suztomo commented Oct 5, 2022

RenovateBot's #8528 went through.

@suztomo suztomo closed this Oct 5, 2022
@suztomo suztomo deleted the bump_shared_deps_3.0.4 branch October 5, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant