Post-1.0 update.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-12-10 05:12:52 +00:00
parent d81e3a0765
commit 2b30dee0c8
2 changed files with 17 additions and 6 deletions

View File

@ -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>

View File

@ -15,13 +15,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.54 $ $Date: 2004/12/05 17:21:30 $ -->
<!-- $Revision: 1.55 $ $Date: 2004/12/10 05:12:52 $ -->
<project>
<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>
@ -64,9 +64,20 @@
</mailingList>
</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>