Commit b0cdfcf
Update Maven Version to 3.9.12 in Project
### What I changed
- Updated Maven to 3.9.12 in both the build and wrapper configuration.
- pom.xml: set <maven.version> to 3.9.12 (used by enforcer and prerequisites across modules).
- .mvn/wrapper/maven-wrapper.properties: updated distributionUrl to apache-maven-3.9.12.
### Verification performed
- Ran ./mvnw -v to confirm the wrapper downloads and uses Apache Maven 3.9.12.
- Evaluated the property via ./mvnw -N help:evaluate -Dexpression=maven.version -DforceStdout → 3.9.12, confirming POM propagation.
### Notes
- The project remains on JDK 8 for compilation (as per existing settings: maven.compiler.source/target=8). The wrapper run showed Java 8 runtime as well.
- No source code or tests were modified; this is a build infrastructure update only.
### How to create the PR
1) Create a branch and commit:
- git checkout -b chore/update-maven-3.9.12
- git add pom.xml .mvn/wrapper/maven-wrapper.properties
- git commit -m "Update Maven to 3.9.12 in POM and wrapper"
2) Push and open PR:
- git push origin chore/update-maven-3.9.12
- Open a PR titled: "Update Maven to 3.9.12 (POM + wrapper)"
### Build command reminder (from project guidelines)
- ./mvnw package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest -Xms3g -Xmx6g -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
### Files touched
- pom.xml
- .mvn/wrapper/maven-wrapper.properties1 parent 9512fb7 commit b0cdfcf
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments