mirror of https://github.com/apache/openjpa.git
move openjpa-maven-plugin version to parent pom, since two modules are using it now
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@936865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f6d88f8a4
commit
32dad9975e
|
@ -138,7 +138,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>openjpa-maven-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
<configuration>
|
||||
<includes>org/apache/openjpa/integration/daytrader/*Bean.class</includes>
|
||||
<excludes>org/apache/openjpa/persistence/**/*.class</excludes>
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>openjpa-maven-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
<configuration>
|
||||
<excludes>org/apache/openjpa/xmlstore/**/Test*.class</excludes>
|
||||
<excludes>org/apache/openjpa/persistence/**/*.class</excludes>
|
||||
|
|
Loading…
Reference in New Issue