mvdb 2002/12/30 10:21:44
Modified: betwixt project.xml
Log:
Updated dependencies to use latest versions
Revision Changes Path
1.21 +5 -3 jakarta-commons/betwixt/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 30 Dec 2002 17:25:24 -0000 1.20
+++ project.xml 30 Dec 2002 18:21:44 -0000 1.21
@@ -86,18 +86,20 @@
<!-- runtime dependencies only required for testing and sample programs -->
<dependency>
<id>xerces</id>
- <version>2.0.0</version>
+ <version>2.2.1</version>
+ <url>http://xml.apache.org/xerces2-j/index.html</url>
</dependency>
<dependency>
<id>xml-apis</id>
- <version>2.0.2</version>
+ <version>1.0.b2</version>
+ <url>http://xml.apache.org/commons/</url>
</dependency>
<!-- for unit tests -->
<dependency>
<id>junit</id>
- <version>3.7</version>
+ <version>3.8.1</version>
<url>http://www.junit.org</url>
</dependency>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>