Author: svc_dist_logging
Date: Mon Apr 15 10:55:17 2024
New Revision: 68527

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

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

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

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

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.asc
==============================================================================
--- dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.asc 
(added)
+++ dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.asc 
Mon Apr 15 10:55:17 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmYdB5QACgkQVuc7qaC1
+ktCclg/9EhSXyj2kz5UdYyx5EeiEA+XFAJwETdaYby/IyPi1QUSKN29usFT1i16P
+fEL0psULyF6pRVHpKZFiZflb6lyn9LBmA3U0AB+5VHeKBUJNI5Q3KrdHu4/XO0EX
+0LMtVCQJ8nEHvr+WzZ2YEhL79QLYV4pdzwaE1RfCzcbA6MrfdvzGUOovyiR5avmk
+mwbdr/fOs1y8R8pOBSfW/KV0hdIPICG1N6iUIcqFrT675DdbQdsbHJJuF6MgyuNl
+dJ3WlNBKcnip+OIAG8CzqRKWaycCnw5h9uDancuP6ed/EgEFc//RskSWHHgkzNit
+WYh6Y9F1fwgDCLzh55Q/0OSw1pkUaXDhAAnh1VWSfP3WKHXvGwdochidF2YrU7GK
+8LlMzS6pftVaqxwgN/X63Fk1eU8e69U/vbHep7+BeMI00W/zWP2alWw57SNwEsTg
+GGEUERYPh4bPt5iathUnL8p3BXyPihKAJOSc4p/7OLLY8t0OLmnPZ13wIl2LgONc
+Mla6/Sga0vlQRV+/PciVbnt6FM52ZNz23/7hqCl9SVq/I9LGUqzcL8RPRpctj1Sl
+Uh/z3x94uYzLoyl/wyaXzmeoy8G251bfwv6zZaeHZqNtB1UdHrKzkaqtz+jS8kta
+K/so0lU06lQlPcprY5Si9FA8elUzxjGP26N1ohy58HUzd5hFMVY=
+=YMEk
+-----END PGP SIGNATURE-----

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.sha512
==============================================================================
--- 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.sha512 
(added)
+++ 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-bin.zip.sha512 
Mon Apr 15 10:55:17 2024
@@ -0,0 +1 @@
+2be8ff0c0aec5fa0abab04eaff06b252f2634fc39fc50b95521826ea12f4a96b4f249b3b785dbd3c627105ec0b8ae27b7b1e90e7103a2e6421d574307b366a46
  apache-logging-parent-11.0.0-bin.zip

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-announce.txt
==============================================================================
--- 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-announce.txt
 (added)
+++ 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-announce.txt
 Mon Apr 15 10:55:17 2024
@@ -0,0 +1,61 @@
+To: [email protected]
+Title: [ANNOUNCE] Apache Logging Parent `11.0.0` released
+
+Apache Logging Parent team is pleased to announce the `11.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 release contains a big revamp to the website build and several other 
minor enhancements.
+
+[#release-notes-11-0-0-website-build]
+=== Website build changes
+
+The website build system is migrated from `asciidoctor-maven-plugin` to Antora.
+This implies that `src/site` and `generate-email.sh` files need to be adapted, 
and `target/site` can be viewed without needing a local web server.
+
+The Maven `site` phase is re-engineered such that _generated sources_ (i.e., 
`src/site/_release_notes` and `src/site/_constants.adoc`) will be targeted to 
`target/generated-site` and the website will be built from there.
+This avoids the need to commit generated sources to the repository and, hence, 
works around changelog merge conflict problems.
+
+[#release-notes-11-0-0-website-deployment]
+=== Website deployment changes
+
+The newly added `site-deploy-reusable.yaml` GitHub Actions workflow enables to 
automate the website deployment.
+Using the `<source-branch>-site-<environment>-out` branch naming convention, 
the Maven `site` goal running on
+
+* the `main` branch populates the `main-site-stg-out` branch serving the 
`logging.staged.apache.org/logging-parent`
+* the `main-site-pro` branch populates the `main-site-pro-out` branch serving 
the `logging.apache.org/logging-parent`
+* the `release/<version>` branch populates the 
`release/<version>-site-stg-out` branch serving the 
`logging.staged.apache.org/logging-parent-<version>`
+
+Refer to the usage and project release instructions pages for details.
+
+
+[#release-notes-11-0-0-added]
+=== Added
+
+* Add `coverage` profile to generate a test coverage report (#140)
+* Add `deploy-site-yaml` GitHub actions workflow to automate the website 
deployment
+* Add instructions on XML schema publication (#138)
+
+[#release-notes-11-0-0-changed]
+=== Changed
+
+* Replace `process-sbom` script with CycloneDX plugin configuration (#105)
+* Support parallel releases by uploading the distribution to 
`<projectId>/<version>` folders. This is needed for parallel Log4j 2 and 3 
releases. (#139)
+* Migrate website support from `asciidoctor-maven-plugin` to Antora
+
+[#release-notes-11-0-0-updated]
+=== Updated
+
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.43.0` 
(#108)
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.4.0` 
(#156)
+* Update `com.google.errorprone:error_prone_core` to version `2.26.1` (#134)
+* Update `com.palantir.javaformat:palantir-java-format` to version `2.43.0` 
(#154)
+* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version 
`0.8.0` (#146)
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.1` 
(#149)
+* Update `org.codehaus.mojo:flatten-maven-plugin` to version `1.6.0` (#102)
+* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.8.0` (#145)

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-vote.txt
==============================================================================
--- 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-vote.txt 
(added)
+++ 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-email-vote.txt 
Mon Apr 15 10:55:17 2024
@@ -0,0 +1,97 @@
+To: [email protected]
+Title: [VOTE][LAZY] Release Apache Logging Parent `11.0.0`
+
+This is a lazy-vote to release the Apache Logging Parent `11.0.0`.
+
+Website: https://logging.staged.apache.org/logging-parent-11.0.0
+GitHub: https://github.com/apache/logging-parent
+Commit: b5bbe45c0c3536e3b6532e176e038a166310df16
+Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
+Nexus: 
https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+
+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.
+
+=== Review kit
+
+The minimum set of steps needed to review the uploaded distribution
+files in the Subversion repository can be summarized as follows:
+
+    # Check out the distribution
+    svn co https://dist.apache.org/repos/... && cd $_
+    
+    # Verify checksums
+    shasum --check *.sha512
+    
+    # Verify signatures
+    wget -O - https://downloads.apache.org/logging/KEYS | gpg --import
+    for sigFile in *.asc; do gpg --verify $sigFile; done
+    
+    # Verify reproduciblity
+    umask 0022
+    unzip *-src.zip -d src
+    cd src
+    export NEXUS_REPO=https://repository.apache.org/content/...
+    sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO
+    # If preferred, augment `mvnw` with `-DskipTests` to speed things up
+
+=== Release notes
+
+
+This release contains a big revamp to the website build and several other 
minor enhancements.
+
+[#release-notes-11-0-0-website-build]
+=== Website build changes
+
+The website build system is migrated from `asciidoctor-maven-plugin` to Antora.
+This implies that `src/site` and `generate-email.sh` files need to be adapted, 
and `target/site` can be viewed without needing a local web server.
+
+The Maven `site` phase is re-engineered such that _generated sources_ (i.e., 
`src/site/_release_notes` and `src/site/_constants.adoc`) will be targeted to 
`target/generated-site` and the website will be built from there.
+This avoids the need to commit generated sources to the repository and, hence, 
works around changelog merge conflict problems.
+
+[#release-notes-11-0-0-website-deployment]
+=== Website deployment changes
+
+The newly added `site-deploy-reusable.yaml` GitHub Actions workflow enables to 
automate the website deployment.
+Using the `<source-branch>-site-<environment>-out` branch naming convention, 
the Maven `site` goal running on
+
+* the `main` branch populates the `main-site-stg-out` branch serving the 
`logging.staged.apache.org/logging-parent`
+* the `main-site-pro` branch populates the `main-site-pro-out` branch serving 
the `logging.apache.org/logging-parent`
+* the `release/<version>` branch populates the 
`release/<version>-site-stg-out` branch serving the 
`logging.staged.apache.org/logging-parent-<version>`
+
+Refer to the usage and project release instructions pages for details.
+
+
+[#release-notes-11-0-0-added]
+=== Added
+
+* Add `coverage` profile to generate a test coverage report (#140)
+* Add `deploy-site-yaml` GitHub actions workflow to automate the website 
deployment
+* Add instructions on XML schema publication (#138)
+
+[#release-notes-11-0-0-changed]
+=== Changed
+
+* Replace `process-sbom` script with CycloneDX plugin configuration (#105)
+* Support parallel releases by uploading the distribution to 
`<projectId>/<version>` folders. This is needed for parallel Log4j 2 and 3 
releases. (#139)
+* Migrate website support from `asciidoctor-maven-plugin` to Antora
+
+[#release-notes-11-0-0-updated]
+=== Updated
+
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.43.0` 
(#108)
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.4.0` 
(#156)
+* Update `com.google.errorprone:error_prone_core` to version `2.26.1` (#134)
+* Update `com.palantir.javaformat:palantir-java-format` to version `2.43.0` 
(#154)
+* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version 
`0.8.0` (#146)
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.1` 
(#149)
+* Update `org.codehaus.mojo:flatten-maven-plugin` to version `1.6.0` (#102)
+* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.8.0` (#145)

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

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

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.asc
==============================================================================
--- dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.asc 
(added)
+++ dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.asc 
Mon Apr 15 10:55:17 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmYdB5QACgkQVuc7qaC1
+ktAFMg/+IRvkSpI9VtpazTJU9TdEGO1Ix7v/SbVPU8KOhOfMPOILAm/jIpAuQzA+
+8Q8VazoAGbqYFyiB5iwvXvqeIaxGGOrJsnKEWA1QA00mKb2KGi4k774ztp5A4tv/
+CL0ivRPQfJ/IFrQI2PIv1G1kqtBFVpUFXWyx2c2G8f+0ZvHHRqso9fz2VTI4zIHY
+uJCCpTneqhqkV4OcmBEYGMfUB787K5l9vfvi4XE3AeoNoPI6mK1bGpjVHMqONvR3
+p1nNnBcy2jYbY3868P8vkjsqiCJF7zkz6/k8dWKiLMmgH5xNS0U+cNBEINqYZfcr
+BOjJc1bQhWAfyTzfTKuDYVwCp53PTQ9i/On1fsCDcaPNxFy/xGokYr5sqqxeo18y
+/6JfM8NptC35XSVQ8SRnnk1EOR0TF39wjKb/Vh14rQ2BtA2i3cZZNb68GEib3/i7
+qSalileoSJ4vhKyLZf1WfQUpcYlGOb2DlwtEc9pDWJugky5LfvkLhoVlgR9+0Iq3
+6eu5rlbNX0laP+X5mIVG5VydFlY9E6Is2zoCKL3gspbgaGkIr1+b8OsIptGbsdz/
+ICE/kprZRaDjev2PnVZDQ6OYWyhQhcJLYRbjEF5uvNiQvsTPzVGeBgKpcgqRv6rL
+KbB9STIJqfUG3i6kmzyMoBY89iIHb8aRs/SCG0sHu031MHGQElA=
+=TMc1
+-----END PGP SIGNATURE-----

Added: 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.sha512
==============================================================================
--- 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.sha512 
(added)
+++ 
dev/logging/logging-parent/11.0.0/apache-logging-parent-11.0.0-src.zip.sha512 
Mon Apr 15 10:55:17 2024
@@ -0,0 +1 @@
+130ee81addc8c472d32a26774f195877f5953f3c175daa10a76bd43c20ff8752ba500dcc4e1eb1ac85c9f7adeba75538e83be45125c2e5dcedb6f4e784c3511e
  apache-logging-parent-11.0.0-src.zip


Reply via email to