This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
The following commit(s) were added to refs/heads/master by this push:
new 272b47b Bump Maven to 3.9.12, still required 3.6.3 as minimum
272b47b is described below
commit 272b47b7fa3ded72492e0eccb09ae795d3d7520b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jan 6 13:27:54 2026 +0100
Bump Maven to 3.9.12, still required 3.6.3 as minimum
---
maven-jxr-plugin/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index be3ccf5..8194d1f 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -34,13 +34,13 @@ under the License.
<inceptionYear>2005</inceptionYear>
<prerequisites>
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
</prerequisites>
<properties>
- <mavenVersion>3.6.3</mavenVersion>
- <resolverVersion>1.4.1</resolverVersion>
- <!-- like Maven 3.6.3 -->
+ <mavenVersion>3.9.12</mavenVersion>
+ <!-- like Maven -->
+ <resolverVersion>1.9.25</resolverVersion>
<wagonVersion>3.5.3</wagonVersion>
</properties>