tfischer 2005/07/08 10:26:12
Modified: src/generator project.xml
Log:
updated most libaries to the newest available stable version
Revision Changes Path
1.20 +5 -5 db-torque/src/generator/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/project.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- project.xml 31 Jan 2005 19:43:58 -0000 1.19
+++ project.xml 8 Jul 2005 17:26:12 -0000 1.20
@@ -36,21 +36,21 @@
<dependency>
<artifactId>ant</artifactId>
<groupId>ant</groupId>
- <version>1.5.1</version>
+ <version>1.6.5</version>
<url>http://ant.apache.org/</url>
</dependency>
<dependency>
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
- <version>3.0</version>
+ <version>3.1</version>
<url>http://jakarta.apache.org/commons/collections/</url>
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
- <version>2.0</version>
+ <version>2.1</version>
<url>http://jakarta.apache.org/commons/lang/</url>
</dependency>
@@ -78,14 +78,14 @@
<dependency>
<artifactId>xercesImpl</artifactId>
<groupId>xerces</groupId>
- <version>2.4.0</version>
+ <version>2.6.2</version>
<url>http://xml.apache.org/xerces2-j/</url>
</dependency>
<dependency>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
- <version>1.0.b2</version>
+ <version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|