You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/01/24 17:15:09 UTC

cvs commit: jakarta-commons/collections STATUS.html project.xml build.xml

scolebourne    2004/01/24 08:15:09

  Modified:    collections/src/conf MANIFEST.MF
               collections STATUS.html project.xml build.xml
  Log:
  Switch to version 3.0
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons/collections/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/conf/MANIFEST.MF,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- MANIFEST.MF	24 Jan 2004 16:11:47 -0000	1.7
  +++ MANIFEST.MF	24 Jan 2004 16:15:09 -0000	1.8
  @@ -1,10 +1,10 @@
   Manifest-Version: 1.0
   Package: org.apache.commons.collections.*
   Extension-Name: commons-collections
  -Specification-Version: 2.1
  +Specification-Version: 3.0
   Specification-Vendor: Apache Software Foundation
   Specification-Title: Commons Collections
  -Implementation-Version: 2.1
  +Implementation-Version: 3.0
   Implementation-Vendor: Apache Software Foundation
   Implementation-Vendor-Id: 
   
  
  
  
  1.34      +3 -3      jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- STATUS.html	24 Jan 2004 13:35:32 -0000	1.33
  +++ STATUS.html	24 Jan 2004 16:15:09 -0000	1.34
  @@ -44,9 +44,9 @@
   <h3>3.  RELEASE INFO</h3>
   
   <p>Current Release:
  -<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1">Version 2.1</a>
  +<a href="http://jakarta.apache.org/site/binindex.cgi">Version 3.0</a>
   
  -<p>Planned Next Release:  3.0</p>
  +<p>Planned Next Release:  3.1</p>
   
   <a name="Committers"></a>
   <h3>4.  COMMITTERS</h3>
  
  
  
  1.29      +3 -2      jakarta-commons/collections/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	24 Jan 2004 13:35:32 -0000	1.28
  +++ project.xml	24 Jan 2004 16:15:09 -0000	1.29
  @@ -4,14 +4,15 @@
     <extend>../project.xml</extend>
     <name>Collections</name>
     <id>commons-collections</id>
  -  <currentVersion>3.0-rc1</currentVersion>
  +  <currentVersion>3.0</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org</url>
       <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
  -
  +  
  +  <package>org.apache.commons.collections.*</package>
     <inceptionYear>2001</inceptionYear>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <logo>/images/logo.png</logo>
  
  
  
  1.57      +3 -3      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	4 Jan 2004 18:04:16 -0000	1.56
  +++ build.xml	24 Jan 2004 16:15:09 -0000	1.57
  @@ -94,7 +94,7 @@
         <property name="Name-Long" value="Apache Jakarta Commons Collections"/>
   
         <!-- The current version number of this component -->
  -      <property name="component.version" value="2.1"/>
  +      <property name="component.version" value="3.0"/>
         <property name="doc.release.notes" value="RELEASE-NOTES.html"/>
         <property name="doc.status" value="STATUS.html"/>
   
  @@ -133,7 +133,7 @@
         <property name="javac.optimize" value="true"/>
   
         <!-- set the cvs.root property in the build.properties file -->
  -      <property name="cvs.tag" value="COLLECTIONS_2_1"/>      
  +      <property name="cvs.tag" value="COLLECTIONS_3_0"/>      
         
         <available property="available-doc" file="${source.doc}"/> <!-- does this module have docs? -->
         <available property="available-src-java" file="${source.src.java}"/> <!-- does this module have java src? -->
  
  
  

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