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:
parent
3cb3a7af4f
commit
9cdb911d4b
|
@ -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>>
|
<methodName>getVersionString</methodName>
|
||||||
</methodBodyReturn>
|
</methodBodyReturn>
|
||||||
</targetMembers>
|
</targetMembers>
|
||||||
</bytecodeInjection>
|
</bytecodeInjection>
|
||||||
|
|
Loading…
Reference in New Issue