Skip to content

Commit 345e77c

Browse files
authored
Merge pull request wildfly#6636 from jamezp/WFCORE-7487
[WFCORE-7487] Upgrade the Maven wrapper to the latest version.
2 parents 9737bcb + 3e40737 commit 345e77c

5 files changed

Lines changed: 419 additions & 306 deletions

File tree

.mvn/wrapper/maven-wrapper.jar

-48.4 KB
Binary file not shown.
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#
2-
# Copyright The WildFly Authors
3-
# SPDX-License-Identifier: Apache-2.0
4-
#
5-
6-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Building
1515
Prerequisites:
1616

1717
* JDK 17 or newer - check `java -version`
18-
* Maven 3.6.0 or newer - check `mvn -v`
18+
* Maven 3.6.0 or newer - check mvn -v (Maven 3.9.12 or a higher Maven 3 is recommended.)
1919

2020
To build with your own Maven installation:
2121

0 commit comments

Comments
 (0)