Author: svc_dist_logging
Date: Fri Feb  7 20:02:06 2025
New Revision: 74782

Log:
Added `apache-logging-parent` artifacts for release `12.0.0`

Added:
    dev/logging/logging-parent/12.0.0/
    
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-announce.txt
    
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-vote.txt
    dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip   
(with props)
    dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.asc
    
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.sha512

Added: 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-announce.txt
==============================================================================
--- 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-announce.txt
 (added)
+++ 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-announce.txt
 Fri Feb  7 20:02:06 2025
@@ -0,0 +1,45 @@
+To: [email protected]
+Title: [ANNOUNCE] Apache Logging Parent `12.0.0` released
+
+Apache Logging Parent team is pleased to announce the `12.0.0`
+release. This project contains the parent POM for other Maven-based
+Apache Logging Services projects. For further information (support,
+download, etc.) see the project website[1].
+
+[1] https://logging.apache.org/logging-parent
+
+== Release Notes
+
+This major release contains several small improvements and certain backward 
incompatible changes.
+
+
+[#release-notes-12-0-0-changed]
+=== Changed
+
+* Activate `flatten-bom` execution of `flatten-maven-plugin` using a 
`.logging-parent-bom-activator` file (#265)
+* Don't keep `parent` in `flatten-bom` configuration (#265, #37)
+* Switch from `maven-deploy-plugin` to `nexus-staging-maven-plugin`, which 
helps with fetching the Nexus repository URL during a release. 
`generate-email.sh` will be called with a fourth argument containing the Nexus 
repository URL. (#246)
+* Update `deploy-*-reusable` workflows to export the URL of the Nexus 
repository and the project version as `nexus-url` and `project-version` 
workflow outputs, respectively (#246)
+* Add `maven-args` input to `build-reusable` and `merge-dependabot-reusable` 
(#266)
+* Move from `ge.apache.org` to new `develocity.apache.org` server (#313)
+* Add the `verify-reproducibility-reusable.yaml` workflow to check 
reproducibility of artifacts in a Maven repository. Deprecate the 
reproducibility check in `build-reusable.yaml`. (#246)
+
+[#release-notes-12-0-0-removed]
+=== Removed
+
+* Remove following managed dependencies to avoid polluting BOMs: 
`biz.aQute.bnd:biz.aQute.bnd.annotation`, 
`com.github.spotbugs:spotbugs-annotations`, `org.jspecify:jspecify`, 
`org.osgi:osgi.annotation`, `org.osgi:org.osgi.annotation.bundle`, 
`org.osgi:org.osgi.annotation.versioning` (#265, apache/logging-log4j2#3066)
+
+[#release-notes-12-0-0-updated]
+=== Updated
+
+* Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.1.0` (#290)
+* Update `biz.aQute.bnd:bnd-maven-plugin` to version `7.1.0` (#289)
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.44.2` 
(#314)
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.6.6` 
(#293)
+* Update `com.google.errorprone:error_prone_core` to version `2.36.0` (#287)
+* Update `org.apache.groovy:groovy` to version `4.0.25` (#320)
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.6.0` 
(#312)
+* Update `org.asciidoctor:asciidoctor-maven-plugin` to version `3.1.1` (#285)
+* Update `org.codehaus.gmavenplus:gmavenplus-plugin` to version `4.1.1` (#307)
+* Update `org.codehaus.mojo:exec-maven-plugin` to version `3.5.0` (#274)
+* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.9.1` (#291)

Added: 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-vote.txt
==============================================================================
--- 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-vote.txt 
(added)
+++ 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-email-vote.txt 
Fri Feb  7 20:02:06 2025
@@ -0,0 +1,58 @@
+To: [email protected]
+Title: [VOTE][LAZY] Release Apache Logging Parent `12.0.0`
+
+This is a lazy-vote to release the Apache Logging Parent `12.0.0`.
+
+Website: https://logging.staged.apache.org/logging-parent-12.0.0
+GitHub: https://github.com/apache/logging-parent
+Commit: 2e2af912738b760fc07c7ab54b8849aa49ada9e2
+Distribution: 
https://dist.apache.org/repos/dist/dev/logging/logging-parent/12.0.0
+Nexus: 
https://repository.apache.org:443/content/repositories/orgapachelogging-1312
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+Review kit: 
https://logging.apache.org/logging-parent/release-review-instructions.html
+
+Please download, test, and cast your votes on this mailing list.
+
+[ ] +1, release the artifacts
+[ ] -1, don't release, because...
+
+This vote is open for 72 hours and will pass unless getting a
+net negative vote count. All votes are welcome and we encourage
+everyone to test the release, but only the Logging Services PMC
+votes are officially counted.
+
+== Release Notes
+
+This major release contains several small improvements and certain backward 
incompatible changes.
+
+
+[#release-notes-12-0-0-changed]
+=== Changed
+
+* Activate `flatten-bom` execution of `flatten-maven-plugin` using a 
`.logging-parent-bom-activator` file (#265)
+* Don't keep `parent` in `flatten-bom` configuration (#265, #37)
+* Switch from `maven-deploy-plugin` to `nexus-staging-maven-plugin`, which 
helps with fetching the Nexus repository URL during a release. 
`generate-email.sh` will be called with a fourth argument containing the Nexus 
repository URL. (#246)
+* Update `deploy-*-reusable` workflows to export the URL of the Nexus 
repository and the project version as `nexus-url` and `project-version` 
workflow outputs, respectively (#246)
+* Add `maven-args` input to `build-reusable` and `merge-dependabot-reusable` 
(#266)
+* Move from `ge.apache.org` to new `develocity.apache.org` server (#313)
+* Add the `verify-reproducibility-reusable.yaml` workflow to check 
reproducibility of artifacts in a Maven repository. Deprecate the 
reproducibility check in `build-reusable.yaml`. (#246)
+
+[#release-notes-12-0-0-removed]
+=== Removed
+
+* Remove following managed dependencies to avoid polluting BOMs: 
`biz.aQute.bnd:biz.aQute.bnd.annotation`, 
`com.github.spotbugs:spotbugs-annotations`, `org.jspecify:jspecify`, 
`org.osgi:osgi.annotation`, `org.osgi:org.osgi.annotation.bundle`, 
`org.osgi:org.osgi.annotation.versioning` (#265, apache/logging-log4j2#3066)
+
+[#release-notes-12-0-0-updated]
+=== Updated
+
+* Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.1.0` (#290)
+* Update `biz.aQute.bnd:bnd-maven-plugin` to version `7.1.0` (#289)
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.44.2` 
(#314)
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.6.6` 
(#293)
+* Update `com.google.errorprone:error_prone_core` to version `2.36.0` (#287)
+* Update `org.apache.groovy:groovy` to version `4.0.25` (#320)
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.6.0` 
(#312)
+* Update `org.asciidoctor:asciidoctor-maven-plugin` to version `3.1.1` (#285)
+* Update `org.codehaus.gmavenplus:gmavenplus-plugin` to version `4.1.1` (#307)
+* Update `org.codehaus.mojo:exec-maven-plugin` to version `3.5.0` (#274)
+* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.9.1` (#291)

Added: dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.asc
==============================================================================
--- dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.asc 
(added)
+++ dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.asc 
Fri Feb  7 20:02:06 2025
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmemZrQACgkQVuc7qaC1
+ktCMHA/+Jel8M993BcwFxzA4dWzSTGqicgVUJY9qdbfug/fRtnMYNVBWkcWiJALS
+joOkKy2DYIZjTiRGItMVHPLTUyCcYIdBFSYWLvvJQHcQ6GGMWqADBugPq7w1HAlw
+SSbj2asC54fyz/wGZdKu4fgR7T4tPoqhOH8/NLkDK2uu2IvsNOFJYHW6OyaKaLJo
+03yivjGECf68fKTU3+28TDcoQlv0ySsOqAOpL0HJ0MuctBdtpZlkDeGfCNQpzNHV
+aF5quZ+dmix8r4AQtsFlM9IrLQIr4vUjH3sHRJCa5/DLhr6oEyOGJMa+L0TaKPn5
+Hb2Xkvxagstxfz7P+Nbu4xkwlWHpyvw6UTR7UKyZXFO4cZ4doIa1YipXhoAifJOb
+HbvXajXqec3cYMimN+Tt49nO6ADIVNBGYK3mNV5bts7xKT2vECquo5+Y0NbfGuKV
+PTFhPxozm8lmwobiRVtzb7I505/vliB5RprAjD6icJ0M7V0slnK4guXkcnx8EqNe
+JbzNOO1MAggR46p2k9ThHZ3DxVCfwlYLv/eeFLTVJN+fBUH1le2+r+fBszXzuwwM
+6oHX9keX6ztZRG3TURvtf64YZHN7Rh2E+C4NwydNN6Ihht4TCmPgEcFdP+2bbjdh
+GGM/Yxf9n0qrFnCVdW3i4rxuKuNoaJ3gXVUY2ulznDQaQRdtepI=
+=+tiZ
+-----END PGP SIGNATURE-----

Added: 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.sha512
==============================================================================
--- 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.sha512 
(added)
+++ 
dev/logging/logging-parent/12.0.0/apache-logging-parent-12.0.0-src.zip.sha512 
Fri Feb  7 20:02:06 2025
@@ -0,0 +1 @@
+347347e227dc7c6f1da71f684cbe6c19ceedc0a89339590c76b6c3931aedc255b39f2824fe0f5899c04fd29d2012dd325dad4620efb4023d803858c173a5da82
  apache-logging-parent-12.0.0-src.zip


Reply via email to