[hibernate-commits] Hibernate SVN: r18108 - core/branches/Branch_3_3/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 30 23:54:05 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-30 23:54:05 -0500 (Mon, 30 Nov 2009)
New Revision: 18108

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


Modified: core/branches/Branch_3_3/core/pom.xml
===================================================================
--- core/branches/Branch_3_3/core/pom.xml	2009-12-01 04:53:49 UTC (rev 18107)
+++ core/branches/Branch_3_3/core/pom.xml	2009-12-01 04:54:05 UTC (rev 18108)
@@ -97,7 +97,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>
@@ -113,7 +113,7 @@
                             <targetMembers>
                             	<methodBodyReturn>
                             	    <className>org.hibernate.Version</className>
-                            	    <methodName>getVersionString</methodName>&gt;
+                            	    <methodName>getVersionString</methodName>
                             	</methodBodyReturn>
                             </targetMembers>
                         </bytecodeInjection>



More information about the hibernate-commits mailing list