You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/10/30 00:04:18 UTC

cvs commit: jakarta-commons/primitives project.xml build.xml

rwaldhoff    2003/10/29 15:04:18

  Modified:    primitives project.xml build.xml
  Log:
  set version number to 1.0-RC1, in preperation of a candidate release
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	27 Oct 2003 20:55:56 -0000	1.7
  +++ project.xml	29 Oct 2003 23:04:18 -0000	1.8
  @@ -3,7 +3,7 @@
     <extend>../xdocs/maven/project-base.xml</extend>
     <id>commons-primitives</id>
     <name>Commons Primitives</name>
  -  <currentVersion>1.0-dev</currentVersion>
  +  <currentVersion>1.0-RC1</currentVersion>
     <inceptionYear>2002</inceptionYear>
   
     <package>org.apache.commons.collections.primitives</package>
  
  
  
  1.6       +2 -2      jakarta-commons/primitives/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	27 Oct 2003 17:35:24 -0000	1.5
  +++ build.xml	29 Oct 2003 23:04:18 -0000	1.6
  @@ -43,7 +43,7 @@
     <property name="component.title"         value="Primitive type utilities"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.0-dev"/>
  +  <property name="component.version"       value="1.0-RC1"/>
   
     <!-- The final name of the component -->
     <property name="final.name"              value="commons-${component.name}-${component.version}"/>
  
  
  

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