You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/04/22 16:19:52 UTC

svn commit: r936861 - in /openjpa/trunk: openjpa-integration/daytrader/pom.xml openjpa-xmlstore/pom.xml pom.xml

Author: dwoods
Date: Thu Apr 22 14:19:52 2010
New Revision: 936861

URL: http://svn.apache.org/viewvc?rev=936861&view=rev
Log:
move openjpa-maven-plugin version to parent pom, since two modules are using it now

Modified:
    openjpa/trunk/openjpa-integration/daytrader/pom.xml
    openjpa/trunk/openjpa-xmlstore/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa-integration/daytrader/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/daytrader/pom.xml?rev=936861&r1=936860&r2=936861&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/daytrader/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/daytrader/pom.xml Thu Apr 22 14:19:52 2010
@@ -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>

Modified: openjpa/trunk/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-xmlstore/pom.xml?rev=936861&r1=936860&r2=936861&view=diff
==============================================================================
--- openjpa/trunk/openjpa-xmlstore/pom.xml (original)
+++ openjpa/trunk/openjpa-xmlstore/pom.xml Thu Apr 22 14:19:52 2010
@@ -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>

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=936861&r1=936860&r2=936861&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Apr 22 14:19:52 2010
@@ -1000,6 +1000,11 @@
                     <artifactId>maven-enforcer-plugin</artifactId>
                     <version>1.0-beta-1</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>openjpa-maven-plugin</artifactId>
+                    <version>1.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>