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/02 00:21:39 UTC

svn commit: r1295986 - in /commons/proper/math/tags/MATH_3_0_RC1: ./ pom.xml src/main/java/org/apache/commons/math3/linear/SymmLQ.java src/site/site.xml src/site/xdoc/changes.xml

Author: erans
Date: Thu Mar  1 23:21:39 2012
New Revision: 1295986

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

Added:
    commons/proper/math/tags/MATH_3_0_RC1/
      - copied from r1295924, commons/proper/math/trunk/
    commons/proper/math/tags/MATH_3_0_RC1/src/main/java/org/apache/commons/math3/linear/SymmLQ.java
      - copied unchanged from r1295953, commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SymmLQ.java
    commons/proper/math/tags/MATH_3_0_RC1/src/site/xdoc/changes.xml
      - copied, changed from r1295956, commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified:
    commons/proper/math/tags/MATH_3_0_RC1/pom.xml
    commons/proper/math/tags/MATH_3_0_RC1/src/site/site.xml

Modified: commons/proper/math/tags/MATH_3_0_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_0_RC1/pom.xml?rev=1295986&r1=1295924&r2=1295986&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_3_0_RC1/pom.xml (original)
+++ commons/proper/math/tags/MATH_3_0_RC1/pom.xml Thu Mar  1 23:21:39 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,7 +275,8 @@
 
   <properties>
     <commons.componentid>math</commons.componentid>
-    <commons.release.version>3.0-SNAPSHOT</commons.release.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>

Modified: commons/proper/math/tags/MATH_3_0_RC1/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_0_RC1/src/site/site.xml?rev=1295986&r1=1295924&r2=1295986&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_3_0_RC1/src/site/site.xml (original)
+++ commons/proper/math/tags/MATH_3_0_RC1/src/site/site.xml Thu Mar  1 23:21:39 2012
@@ -27,7 +27,7 @@
       <item name="Overview" href="/index.html"/>
       <item name="Proposal" href="/proposal.html"/>
       <item name="Developers Guide" href="/developers.html"/>
-      <item name="Javadoc (3.0-SNAPSHOT)" href="apidocs/index.html"/>
+      <item name="Javadoc (3.0 release)" href="apidocs/index.html"/>
       <item name="Javadoc (2.2 release)"
          href="http://commons.apache.org/math/api-2.2/index.html"/>
       <item name="Javadoc (2.1 release)"

Copied: commons/proper/math/tags/MATH_3_0_RC1/src/site/xdoc/changes.xml (from r1295956, commons/proper/math/trunk/src/site/xdoc/changes.xml)
URL: http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_0_RC1/src/site/xdoc/changes.xml?p2=commons/proper/math/tags/MATH_3_0_RC1/src/site/xdoc/changes.xml&p1=commons/proper/math/trunk/src/site/xdoc/changes.xml&r1=1295956&r2=1295986&rev=1295986&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/tags/MATH_3_0_RC1/src/site/xdoc/changes.xml Thu Mar  1 23:21:39 2012
@@ -51,7 +51,7 @@ The <action> type attribute can be add,u
     with a new-line in the release notes. (These spaces are ignored when displaying HTML).
     If the output is not quite correct, check for invisible trailing spaces!
      -->
-    <release version="3.0" date="TBD" description="
+    <release version="3.0" date="2012-03-07" description="
 This is a major release: It combines bug fixes, new features and
 changes to existing features.