This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit de7a69f38ab4d593b2a878e53bd4bad24fc489fb Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Fri Apr 12 15:09:09 2024 +0200 Add snapshot repository for `logging-parent:11.0.0-SNAPSHOT` --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index b745f689b4..5d5459ee91 100644 --- a/pom.xml +++ b/pom.xml @@ -534,6 +534,19 @@ </dependencies> </dependencyManagement> + <!-- Added for assisting the `org.apache.logging:logging-parent:11.0.0-SNAPSHOT` testing. + Remove this block when `11.0.0` is released. --> + <repositories> + <repository> + <releases> + <enabled>false</enabled> + </releases> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>https://repository.apache.org/snapshots</url> + </repository> + </repositories> + <build> <plugins>