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:
parent
77aa09dab9
commit
dfb732fb0c
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue