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 2013/07/17 19:02:22 UTC

svn commit: r1504202 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Wed Jul 17 17:02:21 2013
New Revision: 1504202

URL: http://svn.apache.org/r1504202
Log:
Oops, we really want version 3.0 for the site plugin.

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1504202&r1=1504201&r2=1504202&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Wed Jul 17 17:02:21 2013
@@ -566,7 +566,7 @@
         <artifactId>maven-site-plugin</artifactId>
         <!-- Do not upgrade to versions 3.1, 3.2 or 3.3. 3.2 & 3.3 cause a NullPointerException in site:stage-deploy
         and the site is broken in all of them. See http://jira.codehaus.org/browse/MSITE-695 -->
-        <version>3.3</version>
+        <version>3.0</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.wagon</groupId>