Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven for openSUSE:Factory checked in at 2026-04-21 12:42:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven (Old) and /work/SRC/openSUSE:Factory/.maven.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven" Tue Apr 21 12:42:41 2026 rev:36 rq:1348227 version:3.9.15 Changes: -------- --- /work/SRC/openSUSE:Factory/maven/maven.changes 2026-03-12 22:27:28.131124451 +0100 +++ /work/SRC/openSUSE:Factory/.maven.new.11940/maven.changes 2026-04-21 12:43:12.754418667 +0200 @@ -1,0 +2,14 @@ +Mon Apr 20 10:10:59 UTC 2026 - Fridrich Strba <[email protected]> + +- Upgrade to upstream version 3.9.15 + * Documentation updates + + Use new Maven logos in documentation + + document modelVersion only supported value: 4.0.0 + * Dependency updates + + Bump actions/upload-artifact from 7.0.0 to 7.0.1 + + Bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 + + Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 + + Bump actions/cache from 5.0.3 to 5.0.4 + + Bump actions/download-artifact from 8.0.0 to 8.0.1 + +------------------------------------------------------------------- Old: ---- apache-maven-3.9.14-src.tar.gz New: ---- apache-maven-3.9.15-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven.spec ++++++ --- /var/tmp/diff_new_pack.5Uwb9W/_old 2026-04-21 12:43:13.454447751 +0200 +++ /var/tmp/diff_new_pack.5Uwb9W/_new 2026-04-21 12:43:13.454447751 +0200 @@ -20,7 +20,7 @@ %global homedir %{_datadir}/%{name}%{?maven_version_suffix} %global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix} Name: maven -Version: 3.9.14 +Version: 3.9.15 Release: 0 Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.5Uwb9W/_old 2026-04-21 12:43:13.510450078 +0200 +++ /var/tmp/diff_new_pack.5Uwb9W/_new 2026-04-21 12:43:13.514450244 +0200 @@ -1,6 +1,6 @@ -mtime: 1773321607 -commit: 090f04e43a5605d4f23445ab6197fdf3583ab190d758cd825e61c2d18b1bcbfb +mtime: 1776680054 +commit: ba0d68e9f846ea5e1b5eae892337e358c53775ca0b8704cccb03c3d0dee7d735 url: https://src.opensuse.org/java-packages/maven.git -revision: 090f04e43a5605d4f23445ab6197fdf3583ab190d758cd825e61c2d18b1bcbfb +revision: ba0d68e9f846ea5e1b5eae892337e358c53775ca0b8704cccb03c3d0dee7d735 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ apache-maven-3.9.14-src.tar.gz -> apache-maven-3.9.15-src.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/.github/workflows/maven.yml new/apache-maven-3.9.15/.github/workflows/maven.yml --- old/apache-maven-3.9.14/.github/workflows/maven.yml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/.github/workflows/maven.yml 2026-04-13 23:03:32.000000000 +0200 @@ -59,7 +59,7 @@ run: ./mvnw verify -e -B -V -DdistributionFileName=apache-maven - name: Upload built Maven - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ matrix.os == 'ubuntu-latest' }} with: name: built-maven @@ -117,7 +117,7 @@ - name: Set up cache for ~/.m2/repository - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.m2/repository key: it-m2-repo-${{ matrix.os }}-${{ hashFiles('maven-integration-testing/**/pom.xml') }} @@ -125,7 +125,7 @@ it-m2-repo-${{ matrix.os }}- - name: Download built Maven - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: built-maven path: built-maven/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/DEPENDENCIES new/apache-maven-3.9.15/DEPENDENCIES --- old/apache-maven-3.9.14/DEPENDENCIES 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/DEPENDENCIES 2026-04-13 23:03:32.000000000 +0200 @@ -44,13 +44,13 @@ - Plexus Security Dispatcher Component (https://codehaus-plexus.github.io/plexus-sec-dispatcher/) org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - Plexus Common Utilities (https://codehaus-plexus.github.io/plexus-utils/) org.codehaus.plexus:plexus-utils:jar:3.6.0 - License: Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) + - Plexus Common Utilities (https://codehaus-plexus.github.io/plexus-utils/) org.codehaus.plexus:plexus-utils:jar:3.6.1 + License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) From: 'FuseSource, Corp.' (http://fusesource.com/) - - Jansi (http://fusesource.github.io/jansi) org.fusesource.jansi:jansi:jar:2.4.2 + - Jansi (http://fusesource.github.io/jansi) org.fusesource.jansi:jansi:jar:2.4.3 License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -104,43 +104,43 @@ - Apache Commons Codec (https://commons.apache.org/proper/commons-codec/) commons-codec:commons-codec:jar:1.21.0 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Artifact (https://maven.apache.org/ref/3.9.14/maven-artifact/) org.apache.maven:maven-artifact:jar:3.9.14 + - Maven Artifact (https://maven.apache.org/ref/3.9.15/maven-artifact/) org.apache.maven:maven-artifact:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Builder Support (https://maven.apache.org/ref/3.9.14/maven-builder-support/) org.apache.maven:maven-builder-support:jar:3.9.14 + - Maven Builder Support (https://maven.apache.org/ref/3.9.15/maven-builder-support/) org.apache.maven:maven-builder-support:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Compat (https://maven.apache.org/ref/3.9.14/maven-compat/) org.apache.maven:maven-compat:jar:3.9.14 + - Maven Compat (https://maven.apache.org/ref/3.9.15/maven-compat/) org.apache.maven:maven-compat:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Core (https://maven.apache.org/ref/3.9.14/maven-core/) org.apache.maven:maven-core:jar:3.9.14 + - Maven Core (https://maven.apache.org/ref/3.9.15/maven-core/) org.apache.maven:maven-core:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Embedder (https://maven.apache.org/ref/3.9.14/maven-embedder/) org.apache.maven:maven-embedder:jar:3.9.14 + - Maven Embedder (https://maven.apache.org/ref/3.9.15/maven-embedder/) org.apache.maven:maven-embedder:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Model (https://maven.apache.org/ref/3.9.14/maven-model/) org.apache.maven:maven-model:jar:3.9.14 + - Maven Model (https://maven.apache.org/ref/3.9.15/maven-model/) org.apache.maven:maven-model:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Model Builder (https://maven.apache.org/ref/3.9.14/maven-model-builder/) org.apache.maven:maven-model-builder:jar:3.9.14 + - Maven Model Builder (https://maven.apache.org/ref/3.9.15/maven-model-builder/) org.apache.maven:maven-model-builder:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Plugin API (https://maven.apache.org/ref/3.9.14/maven-plugin-api/) org.apache.maven:maven-plugin-api:jar:3.9.14 + - Maven Plugin API (https://maven.apache.org/ref/3.9.15/maven-plugin-api/) org.apache.maven:maven-plugin-api:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Repository Metadata Model (https://maven.apache.org/ref/3.9.14/maven-repository-metadata/) org.apache.maven:maven-repository-metadata:jar:3.9.14 + - Maven Repository Metadata Model (https://maven.apache.org/ref/3.9.15/maven-repository-metadata/) org.apache.maven:maven-repository-metadata:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Artifact Resolver Provider (https://maven.apache.org/ref/3.9.14/maven-resolver-provider/) org.apache.maven:maven-resolver-provider:jar:3.9.14 + - Maven Artifact Resolver Provider (https://maven.apache.org/ref/3.9.15/maven-resolver-provider/) org.apache.maven:maven-resolver-provider:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Settings (https://maven.apache.org/ref/3.9.14/maven-settings/) org.apache.maven:maven-settings:jar:3.9.14 + - Maven Settings (https://maven.apache.org/ref/3.9.15/maven-settings/) org.apache.maven:maven-settings:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven Settings Builder (https://maven.apache.org/ref/3.9.14/maven-settings-builder/) org.apache.maven:maven-settings-builder:jar:3.9.14 + - Maven Settings Builder (https://maven.apache.org/ref/3.9.15/maven-settings-builder/) org.apache.maven:maven-settings-builder:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - Maven SLF4J Simple Provider (https://maven.apache.org/ref/3.9.14/maven-slf4j-provider/) org.apache.maven:maven-slf4j-provider:jar:3.9.14 + - Maven SLF4J Simple Provider (https://maven.apache.org/ref/3.9.15/maven-slf4j-provider/) org.apache.maven:maven-slf4j-provider:jar:3.9.15 License: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - Maven Artifact Resolver API (https://maven.apache.org/resolver/maven-resolver-api/) org.apache.maven.resolver:maven-resolver-api:jar:1.9.27 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/README.md new/apache-maven-3.9.15/README.md --- old/apache-maven-3.9.14/README.md 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/README.md 2026-04-13 23:03:32.000000000 +0200 @@ -19,12 +19,20 @@ [][license] [](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md) -- [master](https://github.com/apache/maven) = 4.1.x: [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven) -- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x): [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven) -- [3.9.x](https://github.com/apache/maven/tree/maven-3.9.x): [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven) -[][build] -[][test-results] +- [master](https://github.com/apache/maven) = 4.1.x +[][build] +[][gh-build] + +- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x): +[](https://central.sonatype.com/artifact/org.apache.maven/apache-maven) +[][build-4.0] +[][gh-build-4.0] + +- [3.9.x](https://github.com/apache/maven/tree/maven-3.9.x): +[](https://central.sonatype.com/artifact/org.apache.maven/apache-maven) +[][build-3.9] +[][gh-build-3.9] Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's @@ -42,36 +50,32 @@ Where can I get the latest release? ----------------------------------- -You can download release source from our [download page][maven-download]. +You can download the release source from our [download page][maven-download]. Contributing ------------ -If you are interested in the development of Maven, please consult the -documentation first and afterwards you are welcome to join the developers -mailing list to ask question or discuss new ideas / features / bugs etc. +If you are interested in the development of Maven, please consult the +documentation first and afterward you are welcome to join the developers +mailing list to ask questions or discuss new ideas/features/bugs etc. Take a look into the [contribution guidelines](CONTRIBUTING.md). License ------- -This code is under the [Apache Licence v2][license] +This code is under the [Apache License, Version 2.0, January 2004][license]. -See the `NOTICE` file for required notices and attributions. +See the [`NOTICE`](./NOTICE) file for required notices and attributions. Donations --------- -You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development. - -License -------- -[Apache License, Version 2.0, January 2004][license] +Do you like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development. Quick Build ------- If you want to bootstrap Maven, you'll need: - Java 1.8+ -- Maven 3.6.3 or later +- Maven 3.9.0 or later - Run Maven, specifying a location into which the completed Maven distro should be installed: ``` mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.9.x-SNAPSHOT" clean package @@ -80,8 +84,12 @@ [home]: https://maven.apache.org/ [license]: https://www.apache.org/licenses/LICENSE-2.0 -[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/ -[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/lastCompletedBuild/testReport/ +[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/ +[build-4.0]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-4.0.x/ +[build-3.9]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/ +[gh-build]: https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaster +[gh-build-4.0]: https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-4.0.x +[gh-build-3.9]: https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-3.9.x [maven-home]: https://maven.apache.org/ [maven-download]: https://maven.apache.org/download.cgi [users-list]: https://maven.apache.org/mailing-lists.html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/apache-maven/pom.xml new/apache-maven-3.9.15/apache-maven/pom.xml --- old/apache-maven-3.9.14/apache-maven/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/apache-maven/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>apache-maven</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-artifact/pom.xml new/apache-maven-3.9.15/maven-artifact/pom.xml --- old/apache-maven-3.9.14/maven-artifact/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-artifact/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-artifact</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-builder-support/pom.xml new/apache-maven-3.9.15/maven-builder-support/pom.xml --- old/apache-maven-3.9.14/maven-builder-support/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-builder-support/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-builder-support</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-compat/pom.xml new/apache-maven-3.9.15/maven-compat/pom.xml --- old/apache-maven-3.9.14/maven-compat/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-compat/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-compat</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-core/pom.xml new/apache-maven-3.9.15/maven-core/pom.xml --- old/apache-maven-3.9.14/maven-core/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-core/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-core</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-embedder/pom.xml new/apache-maven-3.9.15/maven-embedder/pom.xml --- old/apache-maven-3.9.14/maven-embedder/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-embedder/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-embedder</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-model/pom.xml new/apache-maven-3.9.15/maven-model/pom.xml --- old/apache-maven-3.9.14/maven-model/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-model/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-model</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-model/src/main/mdo/maven.mdo new/apache-maven-3.9.15/maven-model/src/main/mdo/maven.mdo --- old/apache-maven-3.9.14/maven-model/src/main/mdo/maven.mdo 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-model/src/main/mdo/maven.mdo 2026-04-13 23:03:32.000000000 +0200 @@ -86,7 +86,12 @@ <name>modelVersion</name> <version>4.0.0+</version> <required>true</required> - <description>Declares to which version of project descriptor this POM conforms.</description> + <description> + <![CDATA[ + Declares to which version of project descriptor this POM conforms to: <code>4.0.0</code> is the only + value supported by Maven 3. + ]]> + </description> <type>String</type> </field> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-model-builder/pom.xml new/apache-maven-3.9.15/maven-model-builder/pom.xml --- old/apache-maven-3.9.14/maven-model-builder/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-model-builder/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-model-builder</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-plugin-api/pom.xml new/apache-maven-3.9.15/maven-plugin-api/pom.xml --- old/apache-maven-3.9.14/maven-plugin-api/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-plugin-api/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-plugin-api</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-repository-metadata/pom.xml new/apache-maven-3.9.15/maven-repository-metadata/pom.xml --- old/apache-maven-3.9.14/maven-repository-metadata/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-repository-metadata/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-repository-metadata</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-resolver-provider/pom.xml new/apache-maven-3.9.15/maven-resolver-provider/pom.xml --- old/apache-maven-3.9.14/maven-resolver-provider/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-resolver-provider/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-resolver-provider</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-settings/pom.xml new/apache-maven-3.9.15/maven-settings/pom.xml --- old/apache-maven-3.9.14/maven-settings/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-settings/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-settings</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-settings-builder/pom.xml new/apache-maven-3.9.15/maven-settings-builder/pom.xml --- old/apache-maven-3.9.14/maven-settings-builder/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-settings-builder/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-settings-builder</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/maven-slf4j-provider/pom.xml new/apache-maven-3.9.15/maven-slf4j-provider/pom.xml --- old/apache-maven-3.9.14/maven-slf4j-provider/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/maven-slf4j-provider/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> </parent> <artifactId>maven-slf4j-provider</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/pom.xml new/apache-maven-3.9.15/pom.xml --- old/apache-maven-3.9.14/pom.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/pom.xml 2026-04-13 23:03:32.000000000 +0200 @@ -28,7 +28,7 @@ </parent> <artifactId>maven</artifactId> - <version>3.9.14</version> + <version>3.9.15</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -104,7 +104,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection> - <tag>maven-3.9.14</tag> + <tag>maven-3.9.15</tag> <url>https://github.com/apache/maven/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -135,7 +135,7 @@ <plexusVersion>2.2.0</plexusVersion> <plexusInterpolationVersion>1.29</plexusInterpolationVersion> <!-- Blocked by 3.4.0+ changes, see MNG-7710, downgrade from parent 4.0.1 --> - <version.plexus-utils>3.6.0</version.plexus-utils> + <version.plexus-utils>3.6.1</version.plexus-utils> <guiceVersion>5.1.0</guiceVersion> <guavaVersion>33.5.0-jre</guavaVersion> <guavafailureaccessVersion>1.0.3</guavafailureaccessVersion> @@ -155,7 +155,7 @@ <maven.site.path>ref/3-LATEST</maven.site.path> <checkstyle.violation.ignore>None</checkstyle.violation.ignore> <checkstyle.excludes>**/package-info.java</checkstyle.excludes> - <project.build.outputTimestamp>2026-03-09T10:54:04Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-04-13T21:03:32Z</project.build.outputTimestamp> </properties> <!--bootstrap-start-comment--> @@ -353,7 +353,7 @@ <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>2.4.2</version> + <version>2.4.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-maven-3.9.14/src/site/site.xml new/apache-maven-3.9.15/src/site/site.xml --- old/apache-maven-3.9.14/src/site/site.xml 2026-03-09 11:54:04.000000000 +0100 +++ new/apache-maven-3.9.15/src/site/site.xml 2026-04-13 23:03:32.000000000 +0200 @@ -23,10 +23,14 @@ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Maven"> - <bannerLeft href="https://maven.apache.org/"> - <image src="https://maven.apache.org/images/apache-maven-project.png" alt="Apache Maven" /> + <bannerLeft href="https://www.apache.org/"> + <image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="51px"/> </bannerLeft> + <bannerRight href="https://maven.apache.org/"> + <image src="https://maven.apache.org/images/logos/MavenLogoLeafSmall.png"/> + </bannerRight> + <edit>${project.scm.url}</edit> <body> ++++++ apache-maven-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2026-03-09 13:01:50.321671570 +0100 +++ new/common.xml 2026-04-20 06:58:51.208817612 +0200 @@ -3,7 +3,7 @@ <project name="common" basedir="."> <property file="build.properties"/> - <property name="project.version" value="3.9.14"/> + <property name="project.version" value="3.9.15"/> <property name="project.groupId" value="org.apache.maven"/> <property name="project.organization.name" value="The Apache Software Foundation"/> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-20 12:15:01.000000000 +0200 @@ -0,0 +1 @@ +.osc
