You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 03:23:55 UTC

[logging-log4j2] branch master updated: Revert errorprone plexus upgrade

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 5550f68  Revert errorprone plexus upgrade
5550f68 is described below

commit 5550f688fad8f49ad1fc5d4fa3fdaf8882bf74e2
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 22 22:23:32 2020 -0500

    Revert errorprone plexus upgrade
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 465644d..a78154d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
     <velocity.plugin.version>1.5</velocity.plugin.version>
     <asciidoc.plugin.version>1.5.6</asciidoc.plugin.version>
     <errorprone.version>2.3.2</errorprone.version>
-    <plexus.errorprone.version>2.8.7</plexus.errorprone.version>
+    <plexus.errorprone.version>2.8.5</plexus.errorprone.version>
     <remote.resources.plugin.version>1.5</remote.resources.plugin.version>
     <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
     <maven.compiler.source>1.8</maven.compiler.source>