This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git
The following commit(s) were added to refs/heads/master by this push:
new 163853e core master is now 4.1, 4.0.x is another active maintenance
branch
163853e is described below
commit 163853e9fcae69ce26f78c323dcabf70ee01c227
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Nov 16 09:37:57 2025 +0100
core master is now 4.1, 4.0.x is another active maintenance branch
---
README.md | 1 +
aggregator/core/pom.xml | 1 +
default.xml | 1 +
3 files changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 9d92bf4..6910daa 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Resulting directory tree looks like:
|-- core
| |-- build-cache
| |-- maven
+| |-- maven-4.0.x
| |-- mvnd
| |-- resolver
| |-- resolver-ant-tasks
diff --git a/aggregator/core/pom.xml b/aggregator/core/pom.xml
index d6a12ab..98c994a 100644
--- a/aggregator/core/pom.xml
+++ b/aggregator/core/pom.xml
@@ -34,6 +34,7 @@ under the License.
<modules>
<module>../../../core/build-cache</module>
<module>../../../core/maven</module>
+ <!--module>../../../core/maven-4.0.x</module-->
<module>../../../core/mvnd</module>
<module>../../../core/resolver</module>
<module>../../../core/resolver-ant-tasks</module>
diff --git a/default.xml b/default.xml
index acc0c18..b6a11a5 100644
--- a/default.xml
+++ b/default.xml
@@ -29,6 +29,7 @@
<project path='core/build-cache'
name='maven-build-cache-extension.git' />
<project path='core/maven' name='maven.git' />
+ <project path='core/maven-4.0.x' name='maven.git'
revision="maven-4.0.x" />
<project path='core/mvnd'
name='maven-mvnd.git' />
<project path='core/resolver'
name='maven-resolver.git' />
<project path='core/resolver-ant-tasks'
name='maven-resolver-ant-tasks.git' />