Author: rmannibucau
Date: Wed Nov 20 16:34:40 2013
New Revision: 1543864
URL: http://svn.apache.org/r1543864
Log:
updating changes.txt and readme.txt
Modified:
bval/branches/bval-11/CHANGES.txt
bval/branches/bval-11/README.txt
Modified: bval/branches/bval-11/CHANGES.txt
URL:
http://svn.apache.org/viewvc/bval/branches/bval-11/CHANGES.txt?rev=1543864&r1=1543863&r2=1543864&view=diff
==============================================================================
--- bval/branches/bval-11/CHANGES.txt (original)
+++ bval/branches/bval-11/CHANGES.txt Wed Nov 20 16:34:40 2013
@@ -52,6 +52,19 @@ How do I Contribute?
* To discuss BVal topics, check out the mailing lists.
* Bugs and other issues can be posted on the project JIRA.
+Release Notes - BVal - Version 1.1.0-alpha
+==========================================
+
+New Feature
+-----------
+
+ * [BVAL-122] - Implement Bean Validation 1.1
+
+Task
+-----------
+
+ * [BVAL-120] - Add bval-tck11 tck runner for future work on Bean
Validation 1.1
+
Release Notes - BVal - Version 0.5
Modified: bval/branches/bval-11/README.txt
URL:
http://svn.apache.org/viewvc/bval/branches/bval-11/README.txt?rev=1543864&r1=1543863&r2=1543864&view=diff
==============================================================================
--- bval/branches/bval-11/README.txt (original)
+++ bval/branches/bval-11/README.txt Wed Nov 20 16:34:40 2013
@@ -35,7 +35,7 @@ Most testing has been done with Java SE
Building
==========================
To build from source code:
- - Sources require Java SE 5 or higher. (Tested with JDK 1.5.0_22 and
1.6.0_21)
+ - 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).
You need to download and install Maven from: http://maven.apache.org/
- Invoke maven in the root directory or a module subdirectory: