Skip to content

Commit

Permalink
fix(ci): maven version bump 3.9.3 (#10614)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 authored Jun 28, 2023
1 parent 7b4c516 commit 90fa554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fi
echo "--- Install java and maven"
yum install -y java-11-openjdk wget python3
pip3 install toml-cli
wget https://dlcdn.apache.org/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz && tar -zxvf apache-maven-3.9.2-bin.tar.gz
export PATH="${REPO_ROOT}/apache-maven-3.9.2/bin:$PATH"
wget https://ci-deps-dist.s3.amazonaws.com/apache-maven-3.9.3-bin.tar.gz && tar -zxvf apache-maven-3.9.3-bin.tar.gz
export PATH="${REPO_ROOT}/apache-maven-3.9.3/bin:$PATH"
mvn -v

echo "--- Install rust"
Expand Down

0 comments on commit 90fa554

Please sign in to comment.