tfischer 2005/07/17 21:47:33
Modified: src/maven-plugin project.xml
Log:
added a reference to torque-gen-templates
changed the referenced version of torque-gen from snapshot to the current version. The snapshot
will rather download an older version from the remote repository than use the freshly generated
local version. This will block people from building their own versions of the generator from
source.
Revision Changes Path
1.24 +9 -2 db-torque/src/maven-plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/src/maven-plugin/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- project.xml 8 Jul 2005 17:45:20 -0000 1.23
+++ project.xml 18 Jul 2005 04:47:21 -0000 1.24
@@ -75,8 +75,15 @@
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
- <version>SNAPSHOT</version>
- <url>http://db.apache.org/torque-31/generator/</url>
+ <version>3.2-dev</version>
+ <url>http://db.apache.org/torque/generator/</url>
+ </dependency>
+
+ <dependency>
+ <groupId>torque</groupId>
+ <artifactId>torque-gen-templates</artifactId>
+ <version>3.2-dev</version>
+ <url>http://db.apache.org/torque/generator/templates/</url>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|