You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2003/07/05 21:24:18 UTC

cvs commit: jakarta-commons-sandbox/math project.xml build.xml

mdiggory    2003/07/05 12:24:18

  Modified:    math     project.xml build.xml
  Log:
  Rotating Commons Collections version to SNAPSHOT to get latest primitive collections implementations.
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-commons-sandbox/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	18 Jun 2003 20:09:39 -0000	1.20
  +++ project.xml	5 Jul 2003 19:24:18 -0000	1.21
  @@ -65,7 +65,7 @@
       </dependency>
       <dependency>
         <id>commons-collections</id>
  -      <version>2.1</version>
  +      <version>SNAPSHOT</version>
       </dependency>
       <dependency>
         <id>commons-logging</id>
  
  
  
  1.5       +2 -2      jakarta-commons-sandbox/math/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2 Jun 2003 02:34:03 -0000	1.4
  +++ build.xml	5 Jul 2003 19:24:18 -0000	1.5
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org