[seam-commits] Seam SVN: r8603 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 6 09:27:05 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-06 09:27:05 -0400 (Wed, 06 Aug 2008)
New Revision: 8603

Modified:
   trunk/build/root.pom.xml
Log:
JBSEAM-3023 - looks like the annotations 3.3.0 jar was bad

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2008-08-06 12:47:34 UTC (rev 8602)
+++ trunk/build/root.pom.xml	2008-08-06 13:27:05 UTC (rev 8603)
@@ -310,7 +310,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-annotations</artifactId>
-        <version>3.3.0.ga</version>
+        <version>3.3.1.GA</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>




More information about the seam-commits mailing list