Skip to content

Commit ec5f8d0

Browse files
huangjw806lmatz
andauthored
fix(ci): maven version bump 3.9.3 (#10613)
Co-authored-by: lmatz <[email protected]>
1 parent 8462e7b commit ec5f8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
echo "--- Install java and maven"
1414
yum install -y java-11-openjdk wget python3
1515
pip3 install toml-cli
16-
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
17-
export PATH="${REPO_ROOT}/apache-maven-3.9.2/bin:$PATH"
16+
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
17+
export PATH="${REPO_ROOT}/apache-maven-3.9.3/bin:$PATH"
1818
mvn -v
1919

2020
echo "--- Install rust"

0 commit comments

Comments
 (0)