tfischer 2005/07/08 10:46:42
Modified: . project.xml
Log:
updated most libraries to the newest available stable version
Revision Changes Path
1.117 +9 -8 db-torque/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/project.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- project.xml 31 Jan 2005 19:43:56 -0000 1.116
+++ project.xml 8 Jul 2005 17:46:42 -0000 1.117
@@ -45,21 +45,21 @@
<dependency>
<artifactId>commons-beanutils</artifactId>
<groupId>commons-beanutils</groupId>
- <version>1.6.1</version>
+ <version>1.7.0</version>
<url>http://jakarta.apache.org/commons/beanutils/</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-configuration</artifactId>
<groupId>commons-configuration</groupId>
- <version>1.0</version>
+ <version>1.1</version>
<url>http://jakarta.apache.org/commons/configuration/</url>
</dependency>
@@ -73,7 +73,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>
@@ -112,14 +112,15 @@
<url>http://java.sun.com/products/jndi/</url>
</dependency>
- <dependency>
+ <!--dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
<version>1.2.8</version>
<url>http://logging.apache.org/log4j/</url>
- </dependency>
+ </dependency-->
<dependency>
+ <!-- just needed for the runtimetest, as far as I can see -->
<artifactId>logkit</artifactId>
<groupId>logkit</groupId>
<version>1.0.1</version>
@@ -136,14 +137,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
|