Author: psteitz
Date: Sun Feb 17 21:51:44 2008
New Revision: 628623
URL: http://svn.apache.org/viewvc?rev=628623&view=rev
Log:
Prepare for release.
Modified:
commons/proper/math/tags/MATH_1_2_RC3/RELEASE-NOTES.txt
commons/proper/math/tags/MATH_1_2_RC3/pom.xml
commons/proper/math/tags/MATH_1_2_RC3/project.xml
commons/proper/math/tags/MATH_1_2_RC3/src/site/xdoc/changes.xml
Modified: commons/proper/math/tags/MATH_1_2_RC3/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_1_2_RC3/RELEASE-NOTES.txt?rev=628623&r1=628622&r2=628623&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_1_2_RC3/RELEASE-NOTES.txt (original)
+++ commons/proper/math/tags/MATH_1_2_RC3/RELEASE-NOTES.txt Sun Feb 17 21:51:44
2008
@@ -1,5 +1,5 @@
- Apache Commons Math Version 1.2-RC2
+ Apache Commons Math Version 1.2
RELEASE NOTES
Modified: commons/proper/math/tags/MATH_1_2_RC3/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_1_2_RC3/pom.xml?rev=628623&r1=628622&r2=628623&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_1_2_RC3/pom.xml (original)
+++ commons/proper/math/tags/MATH_1_2_RC3/pom.xml Sun Feb 17 21:51:44 2008
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
- <version>1.2-RC2</version>
+ <version>1.2</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
Modified: commons/proper/math/tags/MATH_1_2_RC3/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_1_2_RC3/project.xml?rev=628623&r1=628622&r2=628623&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_1_2_RC3/project.xml (original)
+++ commons/proper/math/tags/MATH_1_2_RC3/project.xml Sun Feb 17 21:51:44 2008
@@ -23,7 +23,7 @@
<name>Math</name>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
- <currentVersion>1.2-RC2</currentVersion>
+ <currentVersion>1.2</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-RC2</id>
+ <id>1.2</id>
<name>1.2</name>
- <tag>MATH_1_2_RC2</tag>
+ <tag>MATH_1_2</tag>
</version>
</versions>
<developers>
Modified: commons/proper/math/tags/MATH_1_2_RC3/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_1_2_RC3/src/site/xdoc/changes.xml?rev=628623&r1=628622&r2=628623&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_1_2_RC3/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/tags/MATH_1_2_RC3/src/site/xdoc/changes.xml Sun Feb 17
21:51:44 2008
@@ -39,7 +39,7 @@
Commons Math Release Notes</title>
</properties>
<body>
- <release version="1.2-RC2" date="TBD"
+ <release version="1.2" date="2007-02-22"
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