[hibernate-commits] Hibernate SVN: r18022 - in beanvalidation/tck/trunk: src/main/assembly and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 23 06:19:49 EST 2009


Author: hardy.ferentschik
Date: 2009-11-23 06:19:49 -0500 (Mon, 23 Nov 2009)
New Revision: 18022

Added:
   beanvalidation/tck/trunk/changelog.txt
Modified:
   beanvalidation/tck/trunk/src/main/assembly/assembly.xml
Log:
BVTCK-3

Added: beanvalidation/tck/trunk/changelog.txt
===================================================================
--- beanvalidation/tck/trunk/changelog.txt	                        (rev 0)
+++ beanvalidation/tck/trunk/changelog.txt	2009-11-23 11:19:49 UTC (rev 18022)
@@ -0,0 +1,19 @@
+Bean Validation TCK Changelog
+===============================
+
+See also http://opensource.atlassian.com/projects/hibernate/browse/BVTCK
+
+1.0.2.GA
+----------------------
+
+
+
+1.0.1.GA (28-10-2009)
+----------------------
+
+** Bug
+    * [BVTCK-1] - Make sure that validateValue and validateProperty tests only use single value properties
+
+** Task
+    * [BVTCK-2] - Move testcase for HV-253 into the TCK
+

Modified: beanvalidation/tck/trunk/src/main/assembly/assembly.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/assembly/assembly.xml	2009-11-23 09:20:11 UTC (rev 18021)
+++ beanvalidation/tck/trunk/src/main/assembly/assembly.xml	2009-11-23 11:19:49 UTC (rev 18022)
@@ -70,8 +70,8 @@
          <directory>${project.basedir}</directory>
          <outputDirectory>/</outputDirectory>
          <includes>
-            <include>readme.txt</include>
             <include>apl.txt</include>
+            <include>changelog.txt</include>
          </includes>
       </fileSet>
    </fileSets>



More information about the hibernate-commits mailing list