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-06-29 17:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-parent (Old)
 and      /work/SRC/openSUSE:Factory/.apache-parent.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-parent"

Mon Jun 29 17:31:59 2026 rev:13 rq:1362361 version:39

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-parent/apache-parent.changes      
2026-06-10 15:51:37.864933615 +0200
+++ /work/SRC/openSUSE:Factory/.apache-parent.new.11887/apache-parent.changes   
2026-06-29 17:33:45.201012403 +0200
@@ -1,0 +2,18 @@
+Mon Jun 29 06:26:54 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Update to 39:
+  * New features and improvements
+    + add push-to-atr profile
+  * Maintenance
+    + configure ATR project
+    + Aligns the properties for Surefire
+  * Dependency updates
+    + Bump org.apache.maven.plugins:maven-dependency-plugin from
+      3.10.0 to 3.11.0
+    + Bump version.maven-surefire from 3.5.5 to 3.5.6
+    + Bump org.apache.maven.plugins:maven-site-plugin from 3.21.0
+      to 3.22.0
+    + Bump org.apache.maven.plugins:maven-enforcer-plugin from
+      3.6.2 to 3.6.3
+
+-------------------------------------------------------------------

Old:
----
  apache-38-source-release.zip
  apache-38-source-release.zip.asc

New:
----
  apache-39-source-release.zip
  apache-39-source-release.zip.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-parent.spec ++++++
--- /var/tmp/diff_new_pack.gfpQNB/_old  2026-06-29 17:33:46.101043402 +0200
+++ /var/tmp/diff_new_pack.gfpQNB/_new  2026-06-29 17:33:46.105043540 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           apache-parent
-Version:        38
+Version:        39
 Release:        0
 Summary:        Parent POM file for Apache projects
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.gfpQNB/_old  2026-06-29 17:33:46.153045193 +0200
+++ /var/tmp/diff_new_pack.gfpQNB/_new  2026-06-29 17:33:46.157045331 +0200
@@ -1,6 +1,6 @@
-mtime: 1780315656
-commit: 9588b6db1d5a680f391b69e507e3feeb7fc09c147ab50e190edbfd81e5ad442e
+mtime: 1782714573
+commit: 1ab45d58b4f2c5a5413d17cf0c24a53b12b7e6e94cdc33909d1660fd3b9c1964
 url: https://src.opensuse.org/java-packages/apache-parent
-revision: 9588b6db1d5a680f391b69e507e3feeb7fc09c147ab50e190edbfd81e5ad442e
+revision: 1ab45d58b4f2c5a5413d17cf0c24a53b12b7e6e94cdc33909d1660fd3b9c1964
 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
 

++++++ apache-38-source-release.zip -> apache-39-source-release.zip ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-38/docs/pom.xml new/apache-39/docs/pom.xml
--- old/apache-38/docs/pom.xml  2026-05-06 20:07:54.000000000 +0200
+++ new/apache-39/docs/pom.xml  2026-06-25 18:50:56.000000000 +0200
@@ -25,14 +25,14 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>38</version>
+    <version>39</version>
   </parent>
 
   <artifactId>docs</artifactId>
   <packaging>pom</packaging>
 
   <name>Apache Software Foundation Parent POM</name>
-  <description>This project consists of a POM that contains settings that are 
likely to be useful to any Apache project that is building and releasing code 
with Maven 2/3.</description>
+  <description>This project consists of a POM that contains settings that are 
likely to be useful to any Apache project that is building and releasing code 
with Maven.</description>
   <url>https://maven.apache.org/pom/asf/</url>
 
   <mailingLists>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-38/docs/src/site/apt/index.apt.vm 
new/apache-39/docs/src/site/apt/index.apt.vm
--- old/apache-38/docs/src/site/apt/index.apt.vm        2026-05-06 
20:07:54.000000000 +0200
+++ new/apache-39/docs/src/site/apt/index.apt.vm        2026-06-25 
18:50:56.000000000 +0200
@@ -204,6 +204,26 @@
 
  Those files also end up in the staging repository and Maven Central.
 
+* The <<<push-to-atr>>> Profile
+
+ Since release 39, <<<push-to-atr>>> profile is provided to help upload built 
release content to
+ {{{https://tooling.apache.org/}Apache Tooling}}'s Trusted Releases platform, 
and compose the release
+ using 
{{{https://apache.github.io/tooling-atr-maven-plugin/}<<<atr-maven-plugin>>>}}.
+
+ See ATR's {{{https://release-test.apache.org/tutorial}tutorial}} for a quick 
introduction: check existing 
{{{https://release-test.apache.org/committees}committes in ATR}},
+ you may have to create a project or improve its configuration, for example 
using
+ 
{{{https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#project}<<<project>>>
 entry in <<<.asf.yaml>>>}}.
+ Once project is ready, start the release in ATR before doing the staging 
release with Maven with <<<mvn release:perform -Ppush-to-atr>>>.
+
+ Remember that:
+
+ * ATR helps your VOTE tracking, but is optional and still in its alpha phase 
(soon {{{https://github.com/apache/tooling-trusted-releases/issues/512}beta}}),
+
+ * this <<<push-to-atr>>> profile is still alpha too, and optional too: you 
can upload files to ATR and compose your release by hand if anything goes 
unexpected:
+   feedback on success and failures is welcome.
+
+ []
+
 Settings Configuration
   
   You can have a look at the page in Apache website
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-38/pom.xml new/apache-39/pom.xml
--- old/apache-38/pom.xml       2026-05-06 20:07:54.000000000 +0200
+++ new/apache-39/pom.xml       2026-06-25 18:50:56.000000000 +0200
@@ -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>38</version>
+  <version>39</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-38</tag>
+    <tag>apache-39</tag>
   </scm>
 
   <distributionManagement>
@@ -100,13 +100,11 @@
     <javaVersion>8</javaVersion>
     <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>${javaVersion}</minimalJavaBuildVersion>
-    <!-- for surefire, failsafe and surefire-report -->
-    <surefire.version>3.5.4</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
 
     <releaseParallelPut>false</releaseParallelPut>
 
-    
<project.build.outputTimestamp>2026-05-06T20:07:53Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-06-25T18:50:55Z</project.build.outputTimestamp>
 
     <version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
     <version.apache-resource-bundles>1.8</version.apache-resource-bundles>
@@ -116,10 +114,10 @@
     <version.maven-clean-plugin>3.5.0</version.maven-clean-plugin>
     <version.maven-checkstyle-plugin>3.6.0</version.maven-checkstyle-plugin>
     <version.maven-compiler-plugin>3.15.0</version.maven-compiler-plugin>
-    <version.maven-dependency-plugin>3.10.0</version.maven-dependency-plugin>
+    <version.maven-dependency-plugin>3.11.0</version.maven-dependency-plugin>
     <version.maven-deploy-plugin>3.1.4</version.maven-deploy-plugin>
     <version.maven-ear-plugin>3.4.0</version.maven-ear-plugin>
-    <version.maven-enforcer-plugin>3.6.2</version.maven-enforcer-plugin>
+    <version.maven-enforcer-plugin>3.6.3</version.maven-enforcer-plugin>
     <version.maven-fluido-skin>2.1.0</version.maven-fluido-skin>
     <version.maven-gpg-plugin>3.2.8</version.maven-gpg-plugin>
     <version.maven-help-plugin>3.5.1</version.maven-help-plugin>
@@ -135,9 +133,12 @@
     <version.maven-scm-plugin>2.2.1</version.maven-scm-plugin>
     <version.maven-scm-publish-plugin>3.3.0</version.maven-scm-publish-plugin>
     <version.maven-shade-plugin>3.6.2</version.maven-shade-plugin>
-    <version.maven-site-plugin>3.21.0</version.maven-site-plugin>
+    <version.maven-site-plugin>3.22.0</version.maven-site-plugin>
     <version.maven-source-plugin>3.4.0</version.maven-source-plugin>
-    <version.maven-surefire>3.5.5</version.maven-surefire>
+    <!-- for surefire, failsafe and surefire-report -->
+    <version.maven-surefire>3.5.6</version.maven-surefire>
+    <version.tooling.atr>1.0.0-alpha-1</version.tooling.atr>
+    <surefire.version>${version.maven-surefire}</surefire.version>
     <version.maven-war-plugin>3.5.1</version.maven-war-plugin>
   </properties>
 
@@ -355,6 +356,11 @@
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.tooling</groupId>
+          <artifactId>atr-maven-plugin</artifactId>
+          <version>${version.tooling.atr}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -527,6 +533,38 @@
     </profile>
     <!-- END SNIPPET: release-profile -->
     <profile>
+      <id>push-to-atr</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.tooling</groupId>
+            <artifactId>atr-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>atr-check-composing</id>
+                <goals>
+                  <goal>check-composing</goal>
+                </goals>
+              </execution>
+              <execution>
+                <id>upload-to-atr</id>
+                <goals>
+                  <goal>upload</goal>
+                </goals>
+                <configuration>
+                  <files>
+                    
<file>${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip</file>
+                    
<file>${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip.sha512</file>
+                    
<file>${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip.asc</file>
+                  </files>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
       <id>jdk8</id>
       <activation>
         <jdk>[,9)</jdk>

++++++ apache-parent.keyring ++++++
--- /var/tmp/diff_new_pack.gfpQNB/_old  2026-06-29 17:33:46.317050842 +0200
+++ /var/tmp/diff_new_pack.gfpQNB/_new  2026-06-29 17:33:46.325051117 +0200
@@ -4918,3 +4918,31 @@
 =/Mn/
 -----END PGP PUBLIC KEY BLOCK-----
 
+pub   ed25519/4DB5EA09F2E3C800 2026-06-24 [SC]
+      716EE302674CDBB2E660E1B44DB5EA09F2E3C800
+uid                 [ultimate] Olivier Lamy <[email protected]>
+uid                 [ultimate] Olivier Lamy <[email protected]>
+sub   cv25519/195EA2AF25C01AFB 2026-06-24 [E]
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEajtiuxYJKwYBBAHaRw8BAQdAu9n6HjScTA+FNmuLwyoJ7/4/DHju7Mf1nJgV
+usnAHE20JE9saXZpZXIgTGFteSA8b2xpdmVyLmxhbXlAZ21haWwuY29tPoiQBBMW
+CgA4FiEEcW7jAmdM27LmYOG0TbXqCfLjyAAFAmo7Y0UCGwMFCwkIBwIGFQoJCAsC
+BBYCAwECHgECF4AACgkQTbXqCfLjyAAH5AEAyS3tSxgjcnPLmfAianTdjx4MyYkm
+UCrBbcbw1ShfO/gBAOfxS2o2ZMODVsZf6PEVWR9i6zU6RVjQEmtvF8kSryEIiF0E
+EBECAB0WIQTyVLNWF9wlXZNEvPqHOo6GtDchRgUCajtj9gAKCRCHOo6GtDchRuSl
+AJsFeMYh3sZdy12x9rUQtqeX0FHVfgCeM0etFDN+u14lkOgJpcGHQKfuzJO0H09s
+aXZpZXIgTGFteSA8b2xhbXlAYXBhY2hlLm9yZz6IkAQTFgoAOBYhBHFu4wJnTNuy
+5mDhtE216gny48gABQJqO2K7AhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJ
+EE216gny48gAvucA/j0RZ0GC3wP/S60buCHFaojT+EJSYBxkJdUdkhKprdMdAP9N
+Q1uTfYz4PGj94v4Rhn/YmT17R8n+Z1CZ14ytgAWrBohdBBARAgAdFiEE8lSzVhfc
+JV2TRLz6hzqOhrQ3IUYFAmo7Y/YACgkQhzqOhrQ3IUa9QACfbF2Rs4jVtWYIZTw6
+hY4kpSAu6E4AnRlK9J1BL27JA9GaHFv710k5+Dq2uDgEajtiuxIKKwYBBAGXVQEF
+AQEHQHh7ITKREsuRFguenNFhc87oPujGQIrG1ILU9hUZUI8tAwEIB4h3BBgWCgAg
+FiEEcW7jAmdM27LmYOG0TbXqCfLjyAAFAmo7YrsCGwwACgkQTbXqCfLjyAADgAD2
+OWQ8kTvFYyqwvNVeO8jiq/8StNiR9oS/hJnrLl0yUgEAxBdeyn7bUSnHXcmI5WS4
+RNxfzR8NukdZXXxlr0w3uAE=
+=vHUq
+-----END PGP PUBLIC KEY BLOCK-----
+

++++++ 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-06-29 08:29:33.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to