Rotating Commons Collections version to SNAPSHOT to get latest primitive collections implementations.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory 2003-07-05 19:24:18 +00:00
parent 77aa09dab9
commit dfb732fb0c
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<!--
build.xml generated by maven from project.xml version 0.1-dev
on date June 1 2003, time 2223
on date July 4 2003, time 2008
-->
<project default="jar" name="commons-math" basedir=".">
@ -151,7 +151,7 @@
<target name="get-deps" unless="noget" depends="init">
<get dest="${libdir}/commons-beanutils-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.5.jar">
</get>
<get dest="${libdir}/commons-collections-2.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1.jar">
<get dest="${libdir}/commons-collections-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SNAPSHOT.jar">
</get>
<get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
</get>

View File

@ -65,7 +65,7 @@ The Math project is a library of lightweight, self-contained mathematics and sta
</dependency>
<dependency>
<id>commons-collections</id>
<version>2.1</version>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>commons-logging</id>