You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2012/01/02 07:55:11 UTC

svn commit: r1226356 - /synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt

Author: hiranya
Date: Mon Jan  2 06:55:10 2012
New Revision: 1226356

URL: http://svn.apache.org/viewvc?rev=1226356&view=rev
Log:
Updated build notice

Modified:
    synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt

Modified: synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt?rev=1226356&r1=1226355&r2=1226356&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt (original)
+++ synapse/branches/2.1/modules/distribution/src/main/release/BUILDING.txt Mon Jan  2 06:55:10 2012
@@ -2,9 +2,9 @@ Building Synapse from Source
 
 The Synapse source code is available at http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
 
-To build Synapse, you will need JDK 1.5.x., Maven 2.0.6
+To build Synapse, you will need JDK 1.5 and Maven 2.2.1 or above (Maven 3 recommended)
 
-The Synapse JARs could be built with Maven 2 as follows:
+The Synapse JARs could be built with Maven as follows:
 
   mvn clean install