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>>
+ <methodName>getVersionString</methodName>
</methodBodyReturn>
</targetMembers>
</bytecodeInjection>
Show replies by date