[hibernate-commits] Hibernate SVN: r18106 - core/trunk/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 30 23:51:58 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-30 23:51:57 -0500 (Mon, 30 Nov 2009)
New Revision: 18106

Modified:
   core/trunk/core/pom.xml
Log:
HHH-4625 - Use of maven-injection-plugin intermittently leads to build failures


Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2009-11-30 18:18:44 UTC (rev 18105)
+++ core/trunk/core/pom.xml	2009-12-01 04:51:57 UTC (rev 18106)
@@ -98,7 +98,7 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-injection-plugin</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.2</version>
                 <executions>
                     <execution>
                         <phase>compile</phase>



More information about the hibernate-commits mailing list