You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/05/01 18:21:10 UTC

[6/9] cxf git commit: Update BUILDING file

Update BUILDING file


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6c58f0c8
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6c58f0c8
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6c58f0c8

Branch: refs/heads/master
Commit: 6c58f0c8861c9e9a922d337da4ea8282c75255c1
Parents: 71dfb1f
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri May 1 12:08:37 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri May 1 12:08:37 2015 -0400

----------------------------------------------------------------------
 BUILDING.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/6c58f0c8/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index a036001..7f131a4 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -6,13 +6,13 @@ Initial Setup
 
 1) Install J2SE SDK, which can be downloaded from 
    http://www.oracle.com/technetwork/java/archive-139210.html#javase
-   CXF supports most versions newer than 1.6.0_04
+   CXF supports most versions newer than 1.7.0_25
 
 2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
    JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
    $JAVA_HOME$/bin (unix).
 
-3) Install Maven 3.0 or newer, which can be downloaded from 
+3) Install Maven 3.1 or newer, which can be downloaded from 
    http://maven.apache.org/download.html. Make sure that your PATH includes 
    the MVN_HOME/bin directory.