Hibernate SVN: r18107 - core/trunk/core.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)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>>
+ <methodName>getVersionString</methodName>
</methodBodyReturn>
</targetMembers>
</bytecodeInjection>
15 years
Hibernate SVN: r18106 - core/trunk/core.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-11-30 23:51:57 -0500 (Mon, 30 Nov 2009)
New Revision: 18106
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-11-30 18:18:44 UTC (rev 18105)
+++ core/trunk/core/pom.xml 2009-12-01 04:51:57 UTC (rev 18106)
@@ -98,7 +98,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>
15 years