Changed version to 1.2-dev, added Xiaogang Zhang to contributors.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@232587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-08-14 06:46:15 +00:00
parent 47b45c6fad
commit bd34147ab1
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<pomVersion>3</pomVersion>
<name>Math</name>
<id>commons-math</id>
<currentVersion>1.1-RC2</currentVersion>
<currentVersion>1.2-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>
@ -147,6 +147,9 @@
<contributor>
<name>Jörg Weimar</name>
</contributor>
<contributor>
<name>Xiaogang Zhang</name>
</contributor>
</contributors>
<dependencies>
<dependency>