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/11/06 00:21:47 UTC

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

rwaldhoff    2003/11/05 15:21:47

  Modified:    primitives project.xml build.xml
  Log:
  update version numbers to 1.0
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	29 Oct 2003 23:04:18 -0000	1.8
  +++ project.xml	5 Nov 2003 23:21:47 -0000	1.9
  @@ -3,7 +3,7 @@
     <extend>../xdocs/maven/project-base.xml</extend>
     <id>commons-primitives</id>
     <name>Commons Primitives</name>
  -  <currentVersion>1.0-RC1</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <inceptionYear>2002</inceptionYear>
   
     <package>org.apache.commons.collections.primitives</package>
  
  
  
  1.7       +2 -2      jakarta-commons/primitives/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	29 Oct 2003 23:04:18 -0000	1.6
  +++ build.xml	5 Nov 2003 23:21:47 -0000	1.7
  @@ -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-RC1"/>
  +  <property name="component.version"       value="1.0"/>
   
     <!-- 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