Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit d17f051

Browse files
committed
[MWRAPPER-14] decouple back Wrapper version from Maven version
1 parent 1e7418a commit d17f051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ public class MavenWrapperMain
4747

4848
public static final String MVNW_REPOURL = "MVNW_REPOURL";
4949

50+
public static final String MVN_VERSION = "3.8.3";
51+
5052
public static final String MVN_PATH =
51-
"org/apache/maven/apache-maven/" + wrapperVersion() + "/apache-maven-" + wrapperVersion() + "-bin.zip";
53+
"org/apache/maven/apache-maven/" + MVN_VERSION + "/apache-maven-" + MVN_VERSION + "-bin.zip";
5254

5355
public static void main( String[] args )
5456
throws Exception

0 commit comments

Comments
 (0)