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 2005/11/19 10:51:57 UTC

svn commit: r345644 - /db/torque/maven-plugin/trunk/project.xml

Author: tfischer
Date: Sat Nov 19 01:51:53 2005
New Revision: 345644

URL: http://svn.apache.org/viewcvs?rev=345644&view=rev
Log:
Sorry, my last commit broke the plugin. It seems we need explicit dependency versions here.
Changed dependency on generator and templates to 3.2-rc4

Modified:
    db/torque/maven-plugin/trunk/project.xml

Modified: db/torque/maven-plugin/trunk/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.xml?rev=345644&r1=345643&r2=345644&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Sat Nov 19 01:51:53 2005
@@ -79,14 +79,14 @@
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque-gen</artifactId>
-      <version>${pom.currentVersion}</version>
+      <version>3.2-rc4-dev</version>
       <url>http://db.apache.org/torque/generator/</url>
     </dependency>
 
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque-gen-templates</artifactId>
-      <version>${pom.currentVersion}</version>
+      <version>3.2-rc4-dev</version>
       <url>http://db.apache.org/torque/templates/</url>
     </dependency>
 



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