You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/09 14:10:13 UTC

svn commit: r1491189 - /commons/proper/chain/trunk/src/site/xdoc/building.xml

Author: britter
Date: Sun Jun  9 12:10:13 2013
New Revision: 1491189

URL: http://svn.apache.org/r1491189
Log:
Chain 2 requires Java 5

Modified:
    commons/proper/chain/trunk/src/site/xdoc/building.xml

Modified: commons/proper/chain/trunk/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/xdoc/building.xml?rev=1491189&r1=1491188&r2=1491189&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/chain/trunk/src/site/xdoc/building.xml Sun Jun  9 12:10:13 2013
@@ -28,8 +28,7 @@ limitations under the License.
   <a href="http://ant.apache.org">Ant</a> as a build system.
 </p>
 <p>
-  Chain 1.2 requires a minimum of JDK 1.3 to build, although the Maven 2 build
-  requires JDK 1.4+
+  Chain 2.0 requires a minimum of JDK 1.5 to build.
 </p>
 </section>
 <section name="Maven 2 Goals">