You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/10/07 17:06:02 UTC

svn commit: r822774 - in /geronimo/server/trunk: BUILDING.txt README.txt

Author: dwoods
Date: Wed Oct  7 15:06:02 2009
New Revision: 822774

URL: http://svn.apache.org/viewvc?rev=822774&view=rev
Log:
udpated required JDK level from 5 to 6

Modified:
    geronimo/server/trunk/BUILDING.txt
    geronimo/server/trunk/README.txt

Modified: geronimo/server/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/BUILDING.txt?rev=822774&r1=822773&r2=822774&view=diff
==============================================================================
--- geronimo/server/trunk/BUILDING.txt (original)
+++ geronimo/server/trunk/BUILDING.txt Wed Oct  7 15:06:02 2009
@@ -20,8 +20,8 @@
 
 To build you will need:
 
- * JDK 5.0+ (J2SE 1.5.0+) (http://java.sun.com/j2se/1.5.0)
- * Maven 2.0.9+ (http://maven.apache.org)
+ * JDK 6.0+ (J2SE 1.6.0+) (http://java.sun.com/j2se/1.6.0)
+ * Maven 2.0.10+ (http://maven.apache.org)
 
 For detailed instructions please see:
 

Modified: geronimo/server/trunk/README.txt
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/README.txt?rev=822774&r1=822773&r2=822774&view=diff
==============================================================================
--- geronimo/server/trunk/README.txt (original)
+++ geronimo/server/trunk/README.txt Wed Oct  7 15:06:02 2009
@@ -20,10 +20,10 @@
  This README serves as quick introduction to Geronimo. More complete documentation 
  can be found here:
  
-   -  http://cwiki.apache.org/GMOxDOC22/documentation.html
+   -  http://cwiki.apache.org/GMOxDOC30/documentation.html
    OR
    -  http://cwiki.apache.org/GMOxDOC21/documentation.html
-   (Geronimo 2.1 documentation until Geronimo @VERSION@ documentation is created)
+   (Geronimo 2.2 documentation until Geronimo @VERSION@ documentation is created)
 
 
 ______________________