Author: svc_dist_logging Date: Fri Apr 12 09:45:45 2024 New Revision: 68449
Log: Added `apache-logging-parent` artifacts for release `11.0.0-test2` Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip (with props) dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.asc dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.sha512 dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-announce.txt dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-vote.txt dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip (with props) dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.asc dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.sha512 Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.asc ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.asc (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.asc Fri Apr 12 09:45:45 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmYZAsYACgkQVuc7qaC1 +ktBGdg//bd2EdH1Rgmiy9EESvJywIxpDrGYudMA6FEwgV+Mc7PSY/B8cM3CyBElX +a2bXMPmmIKHRfnzNirRG6pMM17xmLv1/R8s2hSWFpz16wQut5cfNXII5MsQ3VD0d +ZE8H4Z3csh1yq+sCxxkvm/4LjtQRH4qy0CrfehSiKKaamhUC/p0wY4t+9590ulZq +ryUKwSSxielxJ/Bf7a8jtBjVJHfwzzKdbPQvA8wspAJZy9VD3fOhShU15Ph0l44n +7CzWF9GPh4CxbC/uE9tKXw7X+4LZrm1f4j5/HX0dd01C/FH19QL3SxVJqM2KbIFl +XAt/nJ4xlWkTV/w8Vj1YKAyuKYdMAM2Pkzzski38H9F8OWVAPDb3cJlnzzKYV9nU +RPa+e8w7BjE/7jlLRqREHFumXLHYzzShpB0d0eoltY8kvqjB0wFGV7MgO2GRs5GB +Kw3MaU03VztWh6x8EdP+pbZs+f8ng0d0SejFg8ERkpONdygsooWdqN8CTEY3VSus +thpu/BZM7ppo2M6lOBgY7gx/aKtrvTkKvOoFMDvJrsW4F60fmyomIOdAa2qyGeIM +Op8Rru5TEOcobVsaYajyo6CCB7bktvvfc75el7qbLIGDiSdXtW8r41AUqxePNbA2 +l2hAYfa3eD0SjtkM4SY1l5xgTJ7crqO1+kQ5LE/uojKt+Taodmw= +=fZRC +-----END PGP SIGNATURE----- Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.sha512 ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.sha512 (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-bin.zip.sha512 Fri Apr 12 09:45:45 2024 @@ -0,0 +1 @@ +44ddae90b1a7981d4505368f2aac7d7cba2cfa89b975671a6287dec9c3cee348a1225892de26f8291e2dd0b327fb4971cbac29c05b64d977f56cf87b89454b9a apache-logging-parent-11.0.0-test2-bin.zip Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-announce.txt ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-announce.txt (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-announce.txt Fri Apr 12 09:45:45 2024 @@ -0,0 +1,51 @@ +To: d...@logging.apache.org +Title: [ANNOUNCE] Apache Logging Parent `11.0.0-test2` released + +Apache Logging Parent team is pleased to announce the `11.0.0-test2` +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 is just for testing purposes only. + + +[#release-notes-11-0-0-test2-added] +=== Added + +* Add `coverage` profile to generate a test coverage report. (#140) +* Add instructions on XML schema publication (#138) + +[#release-notes-11-0-0-test2-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) + +[#release-notes-11-0-0-test2-updated] +=== Updated + +* Update `actions/checkout` to version `4.1.2` (#132) +* Update `actions/setup-java` to version `4.2.1` (#137) +* Update `actions/upload-artifact` to version `4.3.1` (#114) +* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.43.0` (#108) +* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.4` (#152) +* 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.h3xstream.findsecbugs:findsecbugs-plugin` to version `1.13.0` (#127) +* Update `com.palantir.javaformat:palantir-java-format` to version `2.43.0` (#154) +* Update `commons-codec:commons-codec` to version `1.16.1` (#115) +* Update `de.skuzzle.enforcer:restrict-imports-enforcer-rule` to version `2.5.0` (#111) +* Update `dependabot/fetch-metadata` to version `2.0.0` (#144) +* Update `github/codeql-action` to version `3.24.10` (#153) +* 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.asciidoctor:asciidoctor-maven-plugin` to version `3.0.0` (#119) +* 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) +* Update `org.eclipse.jgit:org.eclipse.jgit` to version `6.9.0.202403050737-r` (#130) +* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12` (#148) +* Update `org.simplify4u.plugins:sign-maven-plugin` to version `1.1.0` (#124) Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-vote.txt ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-vote.txt (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-email-vote.txt Fri Apr 12 09:45:45 2024 @@ -0,0 +1,87 @@ +To: d...@logging.apache.org +Title: [VOTE][LAZY] Release Apache Logging Parent `11.0.0-test2` + +This is a lazy-vote to release the Apache Logging Parent `11.0.0-test2`. + +Website: https://logging.staged.apache.org/logging-parent-11.0.0-test2 +GitHub: https://github.com/apache/logging-parent +Commit: 0c357c35e757fc78f8290d4956cd04671cd4d52f +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 is just for testing purposes only. + + +[#release-notes-11-0-0-test2-added] +=== Added + +* Add `coverage` profile to generate a test coverage report. (#140) +* Add instructions on XML schema publication (#138) + +[#release-notes-11-0-0-test2-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) + +[#release-notes-11-0-0-test2-updated] +=== Updated + +* Update `actions/checkout` to version `4.1.2` (#132) +* Update `actions/setup-java` to version `4.2.1` (#137) +* Update `actions/upload-artifact` to version `4.3.1` (#114) +* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.43.0` (#108) +* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.4` (#152) +* 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.h3xstream.findsecbugs:findsecbugs-plugin` to version `1.13.0` (#127) +* Update `com.palantir.javaformat:palantir-java-format` to version `2.43.0` (#154) +* Update `commons-codec:commons-codec` to version `1.16.1` (#115) +* Update `de.skuzzle.enforcer:restrict-imports-enforcer-rule` to version `2.5.0` (#111) +* Update `dependabot/fetch-metadata` to version `2.0.0` (#144) +* Update `github/codeql-action` to version `3.24.10` (#153) +* 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.asciidoctor:asciidoctor-maven-plugin` to version `3.0.0` (#119) +* 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) +* Update `org.eclipse.jgit:org.eclipse.jgit` to version `6.9.0.202403050737-r` (#130) +* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12` (#148) +* Update `org.simplify4u.plugins:sign-maven-plugin` to version `1.1.0` (#124) Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.asc ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.asc (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.asc Fri Apr 12 09:45:45 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmYZAsYACgkQVuc7qaC1 +ktA0Kw//fppOsCIxo9jwbOA+WRD3N7WRuZ9RbatZW1UQTKcoHx5bE58pZ132LubH +GckItqTpMq4uaW6lhj1W2peRtnOLNYfFlNa5BVHgKy6lWVJChvepFrKBEjeVxBuW +AX+ITj4bfkJzdSVaqLQM4uKWgBB4EjJMvVqVIps8yQxqpPTFmHMsoQpwocZWE0v+ +NciZDe2L8iGO718P9P8pOW+fi8bKIxEN8B+w8nOwKoCPMwjtysteYJgxp9DGao1k +0JKkKmz6OkzDQA8B+K7kzW4CBQmdmeSkFtXtqqPpao8ZoK2uP7YR0EiBKFtaWn/M ++NIlkfFcQI7B2JvA9eSQpcIdoyClqFCTuaY3VwDqE1pLfTRtreDY7+yyNf7o6Pqj +lVPqzJMLH+qgtxUs17eGXFIy5RNv5VDpB6vNyjf7ukPFu9U13Mw7IcrZ9ck2jPZt +BOKloPRw3a3ReIGrp5FIfb6F0avjKHYIMRj0yYo80Q4tFh99Qjy93kGyitpIRut3 +JCoKv+D2cw37ay7kL0m03Ws02QneOEsK6x4ArXSeSO5kEfe0lpe4iK7DTdOUattP +TmDMhvWctrWmcd8vA/CSbG4xKv8MZdf69f8Urwrjv4JDH9Gp/OtRktHFq4PNYExd +QAJS/hz2ZdffuaertoFyiJIieuZK06SYyW+YF3bZwYsar50WisY= +=lMPI +-----END PGP SIGNATURE----- Added: dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.sha512 ============================================================================== --- dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.sha512 (added) +++ dev/logging/logging-parent/11.0.0-test2/apache-logging-parent-11.0.0-test2-src.zip.sha512 Fri Apr 12 09:45:45 2024 @@ -0,0 +1 @@ +47344bb2a1d09c7d7225806777d4deb43d930c162311373d5edb25890b22bf1899ecee3d266b54867d4d25ecfdc6ba9114ce1ad06c66da0fc091f4968aee7c55 apache-logging-parent-11.0.0-test2-src.zip