tfischer 2005/07/08 10:45:20
Modified: src/maven-plugin project.xml
Log:
updated most libaries to the newest available stable version
Revision Changes Path
1.23 +5 -5 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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- project.xml 31 Jan 2005 19:43:58 -0000 1.22
+++ project.xml 8 Jul 2005 17:45:20 -0000 1.23
@@ -33,14 +33,14 @@
<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-configuration</artifactId>
<groupId>commons-configuration</groupId>
- <version>1.0</version>
+ <version>1.1</version>
<url>http://jakarta.apache.org/commons/configuration/</url>
</dependency>
@@ -54,7 +54,7 @@
<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>
@@ -96,14 +96,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>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|