You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/11/14 02:25:35 UTC

logging-log4j2 git commit: Downgrade maven site plugin since later versions blow up on a link to Slf4j in the FAQ page.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9218cba93 -> 27c8cec42


Downgrade maven site plugin since later versions blow up on a link to
Slf4j in the FAQ page.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/27c8cec4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/27c8cec4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/27c8cec4

Branch: refs/heads/master
Commit: 27c8cec424a7c1598c5b2ffc0e292d35d9e81d50
Parents: 9218cba
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Nov 13 19:25:31 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Nov 13 19:25:31 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/27c8cec4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7565cf5..cd47777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
     <scm.plugin.version>1.9.5</scm.plugin.version>
     <jxr.plugin.version>2.5</jxr.plugin.version>
     <clirr.plugin.version>2.8</clirr.plugin.version>
-    <site.plugin.version>3.6</site.plugin.version>
+    <site.plugin.version>3.4</site.plugin.version>
     <remote.resources.plugin.version>1.5</remote.resources.plugin.version>
     <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
     <maven.compiler.source>1.7</maven.compiler.source>