Prepare for 1.2-RC2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1257e2c36
commit
f6a6d7a0be
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<version>1.2-RC1</version>
|
||||
<version>1.2-RC2</version>
|
||||
<name>Commons Math</name>
|
||||
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<name>Math</name>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<currentVersion>1.2-RC1</currentVersion>
|
||||
<currentVersion>1.2-RC2</currentVersion>
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
<shortDescription>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>
|
||||
|
@ -107,9 +107,9 @@
|
|||
<tag>MATH_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2-RC1</id>
|
||||
<id>1.2-RC2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MATH_1_2_RC1</tag>
|
||||
<tag>MATH_1_2_RC2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
|
|
|
@ -39,7 +39,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
Commons Math Release Notes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.2-RC1" date="TBD"
|
||||
<release version="1.2-RC2" date="TBD"
|
||||
description="This release combines bug fixes and new features. Most notable
|
||||
among the new features are the estimation, optimization, geometry and ode
|
||||
packages added from the Mantissa library. Implementations of fast Fourier
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
-->
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:template match="/">
|
||||
|
|
Loading…
Reference in New Issue