rwaldhoff    2003/11/05 17:06:58

  Modified:    primitives project.xml build.xml
  Log:
  update version number to 2.0-dev
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       5 Nov 2003 23:21:47 -0000       1.9
  +++ project.xml       6 Nov 2003 01:06:58 -0000       1.10
  @@ -3,7 +3,7 @@
     <extend>../xdocs/maven/project-base.xml</extend>
     <id>commons-primitives</id>
     <name>Commons Primitives</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>2.0-dev</currentVersion>
     <inceptionYear>2002</inceptionYear>
   
     <package>org.apache.commons.collections.primitives</package>
  
  
  
  1.8       +2 -2      jakarta-commons/primitives/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 5 Nov 2003 23:21:47 -0000       1.7
  +++ build.xml 6 Nov 2003 01:06:58 -0000       1.8
  @@ -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"/>
  +  <property name="component.version"       value="2.0-dev"/>
   
     <!-- The final name of the component -->
     <property name="final.name"              
value="commons-${component.name}-${component.version}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to