You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by st...@apache.org on 2016/02/03 10:26:11 UTC

svn commit: r1728277 - in /bval/trunk: NOTICE README.txt

Author: struberg
Date: Wed Feb  3 09:26:11 2016
New Revision: 1728277

URL: http://svn.apache.org/viewvc?rev=1728277&view=rev
Log:
update docs and timestamp

Modified:
    bval/trunk/NOTICE
    bval/trunk/README.txt

Modified: bval/trunk/NOTICE
URL: http://svn.apache.org/viewvc/bval/trunk/NOTICE?rev=1728277&r1=1728276&r2=1728277&view=diff
==============================================================================
--- bval/trunk/NOTICE (original)
+++ bval/trunk/NOTICE Wed Feb  3 09:26:11 2016
@@ -1,6 +1,6 @@
 
 Apache BVal project
-Copyright 2010-2012 The Apache Software Foundation.
+Copyright 2010-2016 The Apache Software Foundation.
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: bval/trunk/README.txt
URL: http://svn.apache.org/viewvc/bval/trunk/README.txt?rev=1728277&r1=1728276&r2=1728277&view=diff
==============================================================================
--- bval/trunk/README.txt (original)
+++ bval/trunk/README.txt Wed Feb  3 09:26:11 2016
@@ -28,15 +28,15 @@ Along with the developer mailing list ar
 
 System Requirements
 ===================
-You need a platform that supports Java SE 5 or later.
-Most testing has been done with Java SE 6 on Mac OS X, Windows and Linux.
+You need a platform that supports Java SE 6 or later.
+Most testing has been done with Java SE 7 on Mac OS X, Windows and Linux.
 
 
 Building
 ==========================
 To build from source code:
-  - Sources require Java SE 5 or higher. (Tested with JDK 1.6.0_30-b12)
-  - The project is built with Apache Maven (suggested is at least 2.2.1).
+  - Sources require Java SE 6 or higher. 
+  - The project is built with Apache Maven (suggested is at least 3.2.1).
     You need to download and install Maven from: http://maven.apache.org/
   - Invoke maven in the root directory or a module subdirectory:
       mvn install