This is a lazy-vote to release the Apache Logging Parent `11.2.0`.

Website: https://logging.staged.apache.org/logging-parent-11.2.0
GitHub: https://github.com/apache/logging-parent
Commit: b001c784d2a53c5f046758bfaea2550eb8dcb299
Distribution: 
https://dist.apache.org/repos/dist/dev/logging/logging-parent/11.2.0
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1292
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/dist/dev/logging/logging-parent/11.2.0
&& 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 minor release integrates Gradle Develocity into the reusable workflows.
See Develocity Configuration[1] for more details.

[1] 
https://logging.staged.apache.org/logging-parent-11.2.0/features.html#develocity-configuration

=== Added

* Add option to disable reproducibility check in reusable builds. (#195)
* Add option to enable Develocity in builds.

=== Updated

* Update `actions/checkout` to version `4.1.7` (#192)
* Update `actions/setup-java` to version `4.2.2` (#217)
* Update `actions/upload-artifact` to version `4.3.6` (#219)
* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.6` (#194)
* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.6.2` (#201)
* Update `com.google.errorprone:error_prone_core` to version `2.30.0` (#222)
* Update `com.palantir.javaformat:palantir-java-format` to version
`2.50.0` (#226)
* Update `dependabot/fetch-metadata` to version `2.2.0` (#200)
* Update `github/codeql-action` to version `3.26.5` (#230)
* Update `org.apache:apache` to version `33` (#203)
* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.6.0` (#183)
* Update `org.codehaus.mojo:exec-maven-plugin` to version `3.4.1` (#223)
* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.8.1` (#216)
* Update `org.eclipse.jgit:org.eclipse.jgit` to version
`6.10.0.202406032230-r` (#190)
* Update `org.jspecify:jspecify` to version `1.0.0` (#206)
* Update `ossf/scorecard-action` to version `2.4.0` (#212)

Reply via email to