[hibernate-commits] Hibernate SVN: r18115 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 2 13:19:42 EST 2009


Author: stliu
Date: 2009-12-02 13:19:42 -0500 (Wed, 02 Dec 2009)
New Revision: 18115

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

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2009-12-02 18:18:09 UTC (rev 18114)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2009-12-02 18:19:42 UTC (rev 18115)
@@ -125,7 +125,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>
@@ -142,7 +142,6 @@
 								<constant>
 									<className>org.hibernate.cfg.annotations.Version</className>
 									<fieldName>VERSION</fieldName>
-									&gt;
 								</constant>
 							</targetMembers>
 						</bytecodeInjection>



More information about the hibernate-commits mailing list