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 18:52:16 UTC

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

Author: ggregory
Date: Wed Jul 17 16:52:15 2013
New Revision: 1504198

URL: http://svn.apache.org/r1504198
Log:
Comment with new JIRA http://jira.codehaus.org/browse/MSITE-695.

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=1504198&r1=1504197&r2=1504198&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Wed Jul 17 16:52:15 2013
@@ -565,8 +565,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <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 -->
-        <version>3.0</version>
+        and the site is broken in all of them. See http://jira.codehaus.org/browse/MSITE-695 -->
+        <version>3.3</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.wagon</groupId>