This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new d01d427c Maven 3.9.13 release notes (#1528)
d01d427c is described below
commit d01d427c0ea63d74dd55bbf4b65da2ccb0bf7608
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Mar 6 13:33:52 2026 +0100
Maven 3.9.13 release notes (#1528)
---
content/markdown/docs/3.9.13/release-notes.md | 80 +++++++++++++++++++++++++++
content/markdown/docs/history.md.vm | 3 +-
pom.xml | 8 +--
3 files changed, 86 insertions(+), 5 deletions(-)
diff --git a/content/markdown/docs/3.9.13/release-notes.md
b/content/markdown/docs/3.9.13/release-notes.md
new file mode 100644
index 00000000..062e249e
--- /dev/null
+++ b/content/markdown/docs/3.9.13/release-notes.md
@@ -0,0 +1,80 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Maven 3.9.13 Release Notes
+
+The Apache Maven team would like to announce the release of Maven 3.9.13.
+
+Maven 3.9.13 is [available for download][0].
+
+The core release is independent of plugin releases. Further releases of
plugins will be made separately. See the [Plugin list][1] for more information.
+
+If you have any questions, please consult:
+
+- the website: [https://maven.apache.org/][2]
+- the maven-user mailing list:
[https://maven.apache.org/mailing-lists.html](/mailing-lists.html)
+- the reference documentation:
[https://maven.apache.org/ref/3.9.13/](/ref/3.9.13/)
+
+## Overview About the Changes
+
+Regression fixes and other improvements from Maven 3.9.12. All users already
on Maven 3.9.x are advised to upgrade.
+
+The majority of fixed issues are bug and regression fixes for user reported
problems.
+
+### Notable Changes in Maven 3.9.13
+
+- Maven plugin prerequisites check now properly supports ranges when Java 8
(or 1.8) is specified.
+- Plexus Security Dispatcher was still enlisted as Plexus component in Maven
`components.xml`, while it was migrated to JSR330. This caused warnings on Java
26+ as Plexus did field injection into `final` fields of it.
+- Plugin versions in default bindings are updated.
+
+This release updates Resolver to version
[1.9.27](https://github.com/apache/maven-resolver/releases/tag/maven-resolver-1.9.27).
+
+### Notable Changes in Resolver 1.9.27
+
+- Parallel PUT change happened in Resolver 1.9.25 was undone, as many MRM
struggle with concurrent HTTP requests.
+- Treat HTTP 410 status code as 404 in artifact resolution. Resolver will by
default now cache 410 response in same way as 404 is cached.
+- Apache HTTP transport got fixes regarding proxy support.
+- Locally cached artifacts were "escaping" RRF.
+
+## Full changelog
+
+For a full list of changes, please refer to the [GitHub release
page](https://github.com/apache/maven/releases/tag/maven-3.9.13).
+
+## Known issues
+
+No known issues.
+
+## Potentially Breaking Core Changes (if migrating from 3.8.x)
+
+* The Maven Resolver transport has changed from Wagon to "native HTTP", see
[Resolver Transport guide](/guides/mini/guide-resolver-transport.html).
+* Maven 2.x was auto-injecting an ancient version of `plexus-utils` dependency
into the plugin classpath, and Maven 3.x continued doing this to preserve
backward compatibility. Starting with Maven 3.9, it does not happen anymore.
This change may lead to plugin breakage. The fix for affected plugin
maintainers is to explicitly declare a dependency on `plexus-utils`. The
workaround for affected plugin users is to add this dependency to plugin
dependencies until issue is fixed by the affect [...]
+* Mojos are prevented to bootstrap new instance of `RepositorySystem` (for
example by using deprecated `ServiceLocator`), they should reuse
`RepositorySystem` instance provided by Maven instead. See
[MNG-7471](https://issues.apache.org/jira/browse/MNG-7471).
+* Each line in `.mvn/maven.config` is now interpreted as a single argument.
That is, if the file contains multiple arguments, these must now be placed on
separate lines, see [MNG-7684](https://issues.apache.org/jira/browse/MNG-7684).
+* System and user properties handling cleanup, see
[MNG-7556](https://issues.apache.org/jira/browse/MNG-7556). As a consequence,
this may introduce breakage in environments where the user properties were used
to set system properties or other way around, for example see
[MNG-7887](https://issues.apache.org/jira/projects/MNG/issues/MNG-7887).
+* Plugins and extensions used by your build are checked against Maven
supported APIs and conventions: this "plugin validation" may report WARNINGs at
the end of your build. See [plugin validation
documentation](../../guides/plugins/validation/) to better understand what to
do when your build suffers from such warnings.
+
+## Complete Release Notes
+
+See [complete release notes for all versions][3]
+
+[0]: ../../download.html
+[1]: ../../plugins/index.html
+[2]: https://maven.apache.org/
+[3]: ../../docs/history.html
+
diff --git a/content/markdown/docs/history.md.vm
b/content/markdown/docs/history.md.vm
index 375f4178..189644b5 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -106,7 +106,8 @@ $esc.h$esc.h Maven 3.9.x+
<!-- release( date version announce latest-minor jdk rowspan ) -->
<!-- The following two lines needs to be fixed in x days if the archive picks
up the announcement mail. -->
-#release( "2025-12-13" "3.9.12"
"https://lists.apache.org/thread/38xvc7olg6noop0ckr8m64s7s58v37vp" "true" "Java
8" "13" )
+#release( "2025-03-06" "3.9.13"
"https://lists.apache.org/thread/38xvc7olg6noop0ckr8m64s7s58v37vp" "true" "Java
8" "14" )
+#release( "2025-12-13" "3.9.12"
"https://lists.apache.org/thread/38xvc7olg6noop0ckr8m64s7s58v37vp" "" "" "" )
#release( "2025-07-12" "3.9.11"
"https://lists.apache.org/thread/0y3rkrszh7xckxjmvrst5dk1skzpfmm6" "" "" "" )
#release( "2025-06-01" "3.9.10"
"https://lists.apache.org/thread/bh8hr89omrbw19ychrklyh3rompn1hj7" "" "" "" )
#release( "2024-08-17" "3.9.9"
"https://lists.apache.org/thread/ov40dkfd1snyz2pdltsr5rzhdh2xd9yh" "" "" "" )
diff --git a/pom.xml b/pom.xml
index a7f1266f..fd348a1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,14 +56,14 @@
<maven.site.path>maven-site</maven.site.path>
<project.build.outputTimestamp>x</project.build.outputTimestamp>
<!-- disable Reproducible Builds that makes the site build time fixed at
last release time -->
- <currentStableVersion>3.9.12</currentStableVersion>
-
<currentStableVersionDetails>3e54c93a704957b63ee3494413a2b544fd3d825b</currentStableVersionDetails>
+ <currentStableVersion>3.9.13</currentStableVersion>
+
<currentStableVersionDetails>39d686bd50d8e054301e3a68ad44781df6f80dda</currentStableVersionDetails>
<current4xVersion>4.0.0-rc-5</current4xVersion>
- <current39xVersion>3.9.12</current39xVersion>
+ <current39xVersion>3.9.13</current39xVersion>
<currentMvnd1xVersion>1.0.3</currentMvnd1xVersion>
<currentMvnd2xVersion>2.0.0-rc-3</currentMvnd2xVersion>
<versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
-
<versions3x>3.9.12,3.9.11,3.9.10,3.9.9,3.9.8,3.9.7,3.9.6,3.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.9,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
+
<versions3x>3.9.13,3.9.12,3.9.11,3.9.10,3.9.9,3.9.8,3.9.7,3.9.6,3.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.9,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
<version4x>4.0.0-rc-5,4.0.0-rc-4,4.0.0-rc-3,4.0.0-rc-2,4.0.0-rc-1,4.0.0-beta-5,4.0.0-beta-4,4.0.0-beta-3,4.0.0-alpha-13,4.0.0-alpha-12,4.0.0-alpha-10,4.0.0-alpha-9,4.0.0-alpha-8,4.0.0-alpha-7,4.0.0-alpha-5,4.0.0-alpha-4,4.0.0-alpha-3,4.0.0-alpha-2</version4x>
<site.output>${project.build.directory}/site</site.output>
<javaVersion>17</javaVersion>