Author: psteitz
Date: Sat Feb 16 21:20:25 2008
New Revision: 628429

URL: http://svn.apache.org/viewvc?rev=628429&view=rev
Log:
Prepare for 1.2-RC2.

Modified:
    commons/proper/math/trunk/pom.xml
    commons/proper/math/trunk/project.xml
    commons/proper/math/trunk/src/site/xdoc/changes.xml
    commons/proper/math/trunk/src/site/xdoc/xdoc.xsl

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=628429&r1=628428&r2=628429&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Feb 16 21:20:25 2008
@@ -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>

Modified: commons/proper/math/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/project.xml?rev=628429&r1=628428&r2=628429&view=diff
==============================================================================
--- commons/proper/math/trunk/project.xml (original)
+++ commons/proper/math/trunk/project.xml Sat Feb 16 21:20:25 2008
@@ -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>

Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=628429&r1=628428&r2=628429&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sat Feb 16 21:20:25 2008
@@ -39,7 +39,7 @@
 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

Modified: commons/proper/math/trunk/src/site/xdoc/xdoc.xsl
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/xdoc.xsl?rev=628429&r1=628428&r2=628429&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/xdoc.xsl (original)
+++ commons/proper/math/trunk/src/site/xdoc/xdoc.xsl Sat Feb 16 21:20:25 2008
@@ -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="/">


Reply via email to