[hibernate-commits] Hibernate SVN: r18003 - validator/trunk/hibernate-validator.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Nov 18 09:11:56 EST 2009


Author: hardy.ferentschik
Date: 2009-11-18 09:11:56 -0500 (Wed, 18 Nov 2009)
New Revision: 18003

Modified:
   validator/trunk/hibernate-validator/pom.xml
Log:
HV-272 - explicitly foce the jaxb plugin version

Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml	2009-11-18 13:27:14 UTC (rev 18002)
+++ validator/trunk/hibernate-validator/pom.xml	2009-11-18 14:11:56 UTC (rev 18003)
@@ -110,6 +110,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jaxb2-maven-plugin</artifactId>
+                <version>1.3</version>
                 <executions>
                     <execution>
                         <goals>



More information about the hibernate-commits mailing list