Re: [VOTE][LAZY] Release Apache Logging Parent `11.1.0` (RC1)

2024-05-20 Thread Volkan Yazıcı
Given no objections, I will continue the release process.

On Wed, May 15, 2024 at 3:17 PM Volkan Yazıcı  wrote:
>
> This is a lazy-vote to release the Apache Logging Parent `11.1.0` (RC1).
>
> Website: https://logging.staged.apache.org/logging-parent-11.1.0
> GitHub: https://github.com/apache/logging-parent
> Commit: 97716b99d78b9ff226f70a8fb9a8b93860acbf29
> Distribution: 
> https://dist.apache.org/repos/dist/dev/logging/logging-parent/11.1.0
> Nexus: 
> https://repository.apache.org/content/repositories/orgapachelogging-1287
> 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.1.0 
> logging-parent-11.1.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/repositories/orgapachelogging-1287
> 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 contains small improvements and some dependency updates.
>
> === Changed
>
> * Change the JDK distribution used in CI from Temurin to Zulu (#169)
> * Use default Java SE architecture and packaging (JDK) in workflows
>
> === Updated
>
> * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.5` (#174)
> * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.5.0` 
> (#175)
> * Update `com.google.errorprone:error_prone_core` to version `2.27.1` (#172)
> * Update `com.h3xstream.findsecbugs:findsecbugs-plugin` to version `1.13.0` 
> (#159)
> * Update `com.palantir.javaformat:palantir-java-format` to version `2.46.0` 
> (#173)
> * Update `org.apache:apache` to version `32` (#160)
> * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version 
> `0.9.0` (#181)


[ANNOUNCE] Apache Logging Parent `11.1.0` released

2024-05-20 Thread Volkan Yazıcı
Apache Logging Parent team is pleased to announce the `11.1.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 minor release contains small improvements and some dependency updates.

=== Changed

* Use default Java SE architecture and packaging (JDK) in workflows
* Change the JDK distribution used in workflows from Temurin to Zulu (#169)

=== Updated

* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.5` (#174)
* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.5.0` (#175)
* Update `com.google.errorprone:error_prone_core` to version `2.27.1` (#172)
* Update `com.h3xstream.findsecbugs:findsecbugs-plugin` to version
`1.13.0` (#159)
* Update `com.palantir.javaformat:palantir-java-format` to version
`2.46.0` (#173)
* Update `org.apache:apache` to version `32` (#160)
* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to
version `0.9.0` (#181)