Skip to content

Commit 07cfbba

Browse files
committed
[releng] Fix maven wrapper
Using dlcdn.apache.org as URL wasn't a good idea; it carries only the latest 3.8.x and 3.9.x versions. repo.maven.apache.org keeps all versions, so use that.
1 parent 160f911 commit 07cfbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
wrapperVersion=3.3.4
22
distributionType=only-script
3-
distributionUrl=https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.zip
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

0 commit comments

Comments
 (0)