[hibernate-commits] Hibernate SVN: r18114 - core/branches/Branch_3_3_2_GA_CP/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 2 13:18:09 EST 2009


Author: stliu
Date: 2009-12-02 13:18:09 -0500 (Wed, 02 Dec 2009)
New Revision: 18114

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

Modified: core/branches/Branch_3_3_2_GA_CP/core/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2009-12-02 12:09:56 UTC (rev 18113)
+++ core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2009-12-02 18:18:09 UTC (rev 18114)
@@ -89,7 +89,7 @@
             <plugin>
                 <groupId>org.jboss.maven.plugins</groupId>
                 <artifactId>maven-injection-plugin</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.2</version>
                 <executions>
                     <execution>
                         <phase>compile</phase>
@@ -105,7 +105,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