Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-parent for openSUSE:Factory checked in at 2026-01-13 21:36:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-parent (Old) and /work/SRC/openSUSE:Factory/.apache-parent.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-parent" Tue Jan 13 21:36:10 2026 rev:10 rq:1327028 version:37 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-parent/apache-parent.changes 2026-01-07 16:03:16.107746601 +0100 +++ /work/SRC/openSUSE:Factory/.apache-parent.new.1928/apache-parent.changes 2026-01-13 21:37:19.362852627 +0100 @@ -1,0 +2,7 @@ +Tue Jan 13 13:51:36 UTC 2026 - Fridrich Strba <[email protected]> + +- Update to 37: + * New features and improvements + + Disable parallel PUT on release + +------------------------------------------------------------------- Old: ---- apache-36-source-release.zip apache-36-source-release.zip.asc New: ---- apache-37-source-release.zip apache-37-source-release.zip.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-parent.spec ++++++ --- /var/tmp/diff_new_pack.XG3jdd/_old 2026-01-13 21:37:20.206887725 +0100 +++ /var/tmp/diff_new_pack.XG3jdd/_new 2026-01-13 21:37:20.206887725 +0100 @@ -17,7 +17,7 @@ Name: apache-parent -Version: 36 +Version: 37 Release: 0 Summary: Parent POM file for Apache projects License: Apache-2.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.XG3jdd/_old 2026-01-13 21:37:20.250889555 +0100 +++ /var/tmp/diff_new_pack.XG3jdd/_new 2026-01-13 21:37:20.258889888 +0100 @@ -1,6 +1,6 @@ -mtime: 1767772708 -commit: 754c60d2341cb47248dd01a9a3e92433848e282436fa84dfc31dc073ae98fb34 +mtime: 1768312360 +commit: d935acd5edddfe584f76a17ac5d01cc05a1ff9f4e5a114d6d2b2f684ef1350f8 url: https://src.opensuse.org/java-packages/apache-parent.git -revision: 754c60d2341cb47248dd01a9a3e92433848e282436fa84dfc31dc073ae98fb34 +revision: d935acd5edddfe584f76a17ac5d01cc05a1ff9f4e5a114d6d2b2f684ef1350f8 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ apache-36-source-release.zip -> apache-37-source-release.zip ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-36/docs/pom.xml new/apache-37/docs/pom.xml --- old/apache-36/docs/pom.xml 2026-01-03 12:11:14.000000000 +0100 +++ new/apache-37/docs/pom.xml 2026-01-09 19:00:20.000000000 +0100 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>36</version> + <version>37</version> </parent> <artifactId>docs</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-36/docs/src/site/apt/index.apt.vm new/apache-37/docs/src/site/apt/index.apt.vm --- old/apache-36/docs/src/site/apt/index.apt.vm 2026-01-03 12:11:14.000000000 +0100 +++ new/apache-37/docs/src/site/apt/index.apt.vm 2026-01-09 19:00:20.000000000 +0100 @@ -86,6 +86,10 @@ [] + ** <<releaseParallelPut>>: When doing a release, this property controls whether artifacts are uploaded in parallel (true) or sequentially (false). + + Due to Nexus bug with parallel staging creation default is <<false>>. + * <<pluginManagement>>: The plugin management section specifies versions of a list of plugins. See the {{{./plugin-management.html}Plugin Management report}} for the complete list with versions. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apache-36/pom.xml new/apache-37/pom.xml --- old/apache-36/pom.xml 2026-01-03 12:11:14.000000000 +0100 +++ new/apache-37/pom.xml 2026-01-09 19:00:20.000000000 +0100 @@ -25,7 +25,7 @@ <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/asf/ --> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>36</version> + <version>37</version> <packaging>pom</packaging> <name>The Apache Software Foundation</name> @@ -67,7 +67,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection> <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url> - <tag>apache-36</tag> + <tag>apache-37</tag> </scm> <distributionManagement> @@ -104,7 +104,9 @@ <surefire.version>3.5.4</surefire.version> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> - <project.build.outputTimestamp>2026-01-03T12:11:14Z</project.build.outputTimestamp> + <releaseParallelPut>false</releaseParallelPut> + + <project.build.outputTimestamp>2026-01-09T19:00:20Z</project.build.outputTimestamp> <version.apache-rat-plugin>0.16.1</version.apache-rat-plugin> <version.apache-resource-bundles>1.7</version.apache-resource-bundles> @@ -276,6 +278,7 @@ <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> <releaseProfiles>apache-release</releaseProfiles> + <arguments>-Daether.connector.basic.parallelPut=${releaseParallelPut}</arguments> </configuration> </plugin> <!-- END SNIPPET: release-plugin-configuration --> ++++++ 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-01-13 14:53:37.000000000 +0100 @@ -0,0 +1 @@ +.osc
