You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/03/04 19:41:19 UTC

svn commit: r1296853 - in /commons/proper/math/tags/MATH_3_0_RC3: ./ pom.xml src/main/java/org/apache/commons/math3/analysis/integration/BaseAbstractUnivariateIntegrator.java src/main/resources/templates/math-release-notes.vm src/site/site.xml

Author: erans
Date: Sun Mar  4 18:41:19 2012
New Revision: 1296853

URL: http://svn.apache.org/viewvc?rev=1296853&view=rev
Log:
Creating Commons Math v3.0 RC3 tag.

Added:
    commons/proper/math/tags/MATH_3_0_RC3/
      - copied from r1296845, commons/proper/math/trunk/
    commons/proper/math/tags/MATH_3_0_RC3/src/main/java/org/apache/commons/math3/analysis/integration/BaseAbstractUnivariateIntegrator.java
      - copied unchanged from r1296849, commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/BaseAbstractUnivariateIntegrator.java
    commons/proper/math/tags/MATH_3_0_RC3/src/site/site.xml
      - copied unchanged from r1296850, commons/proper/math/trunk/src/site/site.xml
Removed:
    commons/proper/math/tags/MATH_3_0_RC3/src/main/resources/templates/math-release-notes.vm
Modified:
    commons/proper/math/tags/MATH_3_0_RC3/pom.xml

Modified: commons/proper/math/tags/MATH_3_0_RC3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_0_RC3/pom.xml?rev=1296853&r1=1296845&r2=1296853&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_3_0_RC3/pom.xml (original)
+++ commons/proper/math/tags/MATH_3_0_RC3/pom.xml Sun Mar  4 18:41:19 2012
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3</artifactId>
-  <version>3.0-SNAPSHOT</version>
+  <version>3.0</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>
@@ -275,8 +275,8 @@
 
   <properties>
     <commons.componentid>math</commons.componentid>
-    <commons.release.version>3.0-SNAPSHOT</commons.release.version>
-    <!-- <commons.rc.version>RC1</commons.rc.version> -->
+    <commons.release.version>3.0</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>MATH</commons.jira.id>
     <commons.jira.pid>12310485</commons.jira.pid>