psteitz     2004/12/09 21:12:52

  Modified:    math     project.xml build.xml
  Log:
  Post-1.0 update.
  
  Revision  Changes    Path
  1.55      +13 -2     jakarta-commons/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- project.xml       5 Dec 2004 17:21:30 -0000       1.54
  +++ project.xml       10 Dec 2004 05:12:52 -0000      1.55
  @@ -21,7 +21,7 @@
     <pomVersion>3</pomVersion>
     <name>Math</name>
     <id>commons-math</id>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Jakarta Commons Math</shortDescription>
     <description>The Math project is a library of lightweight, self-contained 
mathematics and statistics components addressing the most common practical 
problems not immediately available in the Java programming language or 
commons-lang.</description>
  @@ -65,8 +65,19 @@
     </mailingLists>
     <versions>
       <version>
  +      <id>1.0-RC1</id>
  +      <name>1.0</name>
  +      <tag>MATH_1_0_RC1</tag>
  +    </version>
  +    <version>
  +      <id>1.0-RC2</id>
  +      <name>1.0</name>
  +      <tag>MATH_1_0_RC2</tag>
  +    </version>
  +    <version>
         <id>1.0</id>
         <name>1.0</name>
  +      <tag>MATH_1_0</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.23      +4 -4      jakarta-commons/math/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 5 Dec 2004 17:34:27 -0000       1.22
  +++ build.xml 10 Dec 2004 05:12:52 -0000      1.23
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!--build.xml generated by maven from project.xml version 1.0
  -  on date December 5 2004, time 1028-->
  +<!--build.xml generated by maven from project.xml version 1.1-dev
  +  on date December 9 2004, time 2202-->
   
   <project default="jar" name="commons-math" basedir=".">
     <property name="defaulttargetdir" value="target">
  @@ -20,7 +20,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-math-1.0">
  +  <property name="final.name" value="commons-math-1.1-dev">
     </property>
     <path id="build.classpath">
       <fileset dir="${libdir}">
  @@ -142,7 +142,7 @@
       </tstamp>
       <property name="copyright" value="Copyright &amp;copy;  The Apache 
Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="Math 1.0 API">
  +    <property name="title" value="Math 1.1-dev API">
       </property>
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" 
version="true" sourcepath="src/java" packagenames="org.apache.commons.math.*">
         <classpath>
  
  
  

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

Reply via email to