You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/12/02 20:30:56 UTC

svn commit: r1416238 - /db/torque/torque4/trunk/pom.xml

Author: tfischer
Date: Sun Dec  2 19:30:56 2012
New Revision: 1416238

URL: http://svn.apache.org/viewvc?rev=1416238&view=rev
Log:
use old maven-plugin-plugin to get correct textual default values for the maven plugin

Modified:
    db/torque/torque4/trunk/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1416238&r1=1416237&r2=1416238&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Sun Dec  2 19:30:56 2012
@@ -435,6 +435,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
           <version>2.7</version>
         </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org