HHH-4625 - Use of maven-injection-plugin intermittently leads to build failures

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@18108 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-12-01 04:54:05 +00:00
parent 3cb3a7af4f
commit 9cdb911d4b
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
<plugin> <plugin>
<groupId>org.jboss.maven.plugins</groupId> <groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-injection-plugin</artifactId> <artifactId>maven-injection-plugin</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<executions> <executions>
<execution> <execution>
<phase>compile</phase> <phase>compile</phase>
@ -113,7 +113,7 @@
<targetMembers> <targetMembers>
<methodBodyReturn> <methodBodyReturn>
<className>org.hibernate.Version</className> <className>org.hibernate.Version</className>
<methodName>getVersionString</methodName>&gt; <methodName>getVersionString</methodName>
</methodBodyReturn> </methodBodyReturn>
</targetMembers> </targetMembers>
</bytecodeInjection> </bytecodeInjection>