You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2014/06/27 01:42:45 UTC

svn commit: r1605932 - in /logging/log4j/log4j2/trunk/src: changes/changes.xml site/xdoc/build.xml.vm

Author: rgoers
Date: Thu Jun 26 23:42:45 2014
New Revision: 1605932

URL: http://svn.apache.org/r1605932
Log:
LOG4J2-692 - Update documentation to specify only Maven 3 is supported

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml
    logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1605932&r1=1605931&r2=1605932&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jun 26 23:42:45 2014
@@ -22,6 +22,9 @@
   </properties>
   <body>
     <release version="2.0-???" date="2014-0M-DD" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-692" dev="rgoers" type="fix">
+        Update documentation to specify only Maven 3 is supported.
+      </action>
       <action issue="LOG4J2-690" dev="rgoers" type="fix" due-to="Philip Helger">
         Log4j Web test dependencies should be in scope "test" in the pom.
       </action>

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm?rev=1605932&r1=1605931&r2=1605932&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm Thu Jun 26 23:42:45 2014
@@ -39,7 +39,7 @@
         obtained by downloading it using the instructions at <a href="./download.html">Log4j Downloads</a>.
       </p>
       <p>
-        Log4j 2.x uses Maven 2 or 3 as its build tool. To build and install Log4j in your local Maven cache, from
+        Log4j 2.x uses Maven 3 as its build tool. To build and install Log4j in your local Maven cache, from
         the root directory run:
       </p>
       <pre>mvn install</pre>