File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11wrapperVersion =3.3.4
22distributionType =only-script
3- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-6 /apache-maven-4.0.0-rc-6 -bin.zip
3+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-5 /apache-maven-4.0.0-rc-5 -bin.zip
Original file line number Diff line number Diff line change 120120 <configuration >
121121 <rules >
122122 <requireMavenVersion >
123- <message >
124- You are running an older version of Maven. This application requires at least Maven ${maven.version} .
125- </message >
126- <version >[${maven.version} .0,)</version >
123+ <message ><![CDATA[ You are running an older version of Maven. This application requires at least Maven 4.]]> </message >
124+ <version >[4.0.0,)</version >
127125 </requireMavenVersion >
128126 <requireJavaVersion >
129127 <message >
506504
507505 <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 -->
508506 <properties >
507+ <!-- ═══ 第一段: 基础属性(自然排序)═══ -->
509508 <java .version>21</java .version>
510509 <maven .compiler.release>${java.version} </maven .compiler.release>
511- <maven .compiler.source>${java.version} </maven .compiler.source>
512- <maven .compiler.target>${java.version} </maven .compiler.target>
513- <maven .version>3.0</maven .version>
510+ <maven .version>4.0.0-rc-5</maven .version>
514511 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
515512 <!-- Dependency versions -->
516513 <antlr4 .version>4.13.2</antlr4 .version>
You can’t perform that action at this time.
0 commit comments