Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2 in /jvm-packages/xgboost4j-spark (#10151)

This commit is contained in:
dependabot[bot] 2024-04-03 16:45:54 -07:00 committed by GitHub
parent e15d61b916
commit a99bb38bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -152,7 +152,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version> <version>3.2.2</version>
<executions> <executions>
<execution> <execution>
<id>sign-artifacts</id> <id>sign-artifacts</id>

View File

@ -39,13 +39,14 @@ fi
if [[ -n $BUILDKITE_PULL_REQUEST && $BUILDKITE_PULL_REQUEST != "false" ]] if [[ -n $BUILDKITE_PULL_REQUEST && $BUILDKITE_PULL_REQUEST != "false" ]]
then then
is_pull_request=1 is_pull_request=1
export BRANCH_NAME=PR-$BUILDKITE_PULL_REQUEST BRANCH_NAME=PR-$BUILDKITE_PULL_REQUEST
else else
is_pull_request=0 is_pull_request=0
export BRANCH_NAME=$BUILDKITE_BRANCH BRANCH_NAME=$BUILDKITE_BRANCH
fi fi
export BRANCH_NAME=${BRANCH_NAME//\//-}
if [[ $BUILDKITE_BRANCH == "master" || $BUILDKITE_BRANCH == "release_"* ]] if [[ $BRANCH_NAME == "master" || $BRANCH_NAME == "release_"* ]]
then then
is_release_branch=1 is_release_branch=1
enforce_daily_budget=0 enforce_daily_budget=0