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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 30 23:53:49 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-30 23:53:49 -0500 (Mon, 30 Nov 2009)
New Revision: 18107

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-12-01 04:51:57 UTC (rev 18106)
+++ core/trunk/core/pom.xml	2009-12-01 04:53:49 UTC (rev 18107)
@@ -114,7 +114,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