Author: luc
Date: Sun Feb 20 11:22:59 2011
New Revision: 1072560
URL: http://svn.apache.org/viewvc?rev=1072560&view=rev
Log:
preparing 2.2 release
Modified:
commons/proper/math/branches/MATH_2_X/build.xml
commons/proper/math/branches/MATH_2_X/doap_math.rdf
commons/proper/math/branches/MATH_2_X/pom.xml
commons/proper/math/branches/MATH_2_X/siteMods/pom.xml
commons/proper/math/branches/MATH_2_X/src/site/site.xml
Modified: commons/proper/math/branches/MATH_2_X/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/build.xml?rev=1072560&r1=1072559&r2=1072560&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/build.xml (original)
+++ commons/proper/math/branches/MATH_2_X/build.xml Sun Feb 20 11:22:59 2011
@@ -52,7 +52,7 @@
<property name="component.title" value="Commons MATH"/>
<!-- The current version number of this component -->
- <property name="component.version" value="2.2-SNAPSHOT"/>
+ <property name="component.version" value="2.2"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/main/java"/>
Modified: commons/proper/math/branches/MATH_2_X/doap_math.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/doap_math.rdf?rev=1072560&r1=1072559&r2=1072560&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/doap_math.rdf (original)
+++ commons/proper/math/branches/MATH_2_X/doap_math.rdf Sun Feb 20 11:22:59 2011
@@ -38,7 +38,7 @@
<release>
<Version>
<name>commons-math</name>
- <created>TBD</created>
+ <created>2011-02-24</created>
<revision>2.2</revision>
</Version>
<Version>
Modified: commons/proper/math/branches/MATH_2_X/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/pom.xml?rev=1072560&r1=1072559&r2=1072560&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_X/pom.xml Sun Feb 20 11:22:59 2011
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
@@ -241,7 +241,7 @@
<properties>
<commons.componentid>math</commons.componentid>
- <commons.release.version>2.1</commons.release.version>
+ <commons.release.version>2.2</commons.release.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/branches/MATH_2_X/siteMods/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/siteMods/pom.xml?rev=1072560&r1=1072559&r2=1072560&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/siteMods/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_X/siteMods/pom.xml Sun Feb 20 11:22:59
2011
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
<name>Commons Math User Guide</name>
<inceptionYear>2003</inceptionYear>
<description>User Guide</description>
@@ -38,7 +38,7 @@
</scm>
<properties>
<commons.componentid>math</commons.componentid>
- <commons.release.version>2.0</commons.release.version>
+ <commons.release.version>2.2</commons.release.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Modified: commons/proper/math/branches/MATH_2_X/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/site.xml?rev=1072560&r1=1072559&r2=1072560&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/site/site.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/site/site.xml Sun Feb 20 11:22:59
2011
@@ -27,7 +27,9 @@
<item name="Overview" href="/index.html"/>
<item name="Proposal" href="/proposal.html"/>
<item name="Developers Guide" href="/developers.html"/>
- <item name="Javadoc (2.2-SNAPSHOT)" href="apidocs/index.html"/>
+ <item name="Javadoc (3.0-SNAPSHOT)" 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)"
href="http://commons.apache.org/math/api-2.1/index.html"/>
<item name="Javadoc (2.0 release)"