Add back 2.2 to download page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15f0cc682c
commit
21ff4d548e
8
pom.xml
8
pom.xml
|
@ -277,8 +277,16 @@
|
|||
<commons.componentid>math</commons.componentid>
|
||||
<!-- do not use snapshot suffix here -->
|
||||
<commons.release.version>3.0</commons.release.version>
|
||||
<commons.release.desc>(requires Java 1.5+; not compatible with 2.2)</commons.release.desc>
|
||||
<!-- <commons.rc.version>RC1</commons.rc.version> -->
|
||||
<commons.binary.suffix>-bin</commons.binary.suffix>
|
||||
|
||||
<commons.release.2.version>2.2</commons.release.2.version>
|
||||
<!-- override parent name, because 2.2 uses different artifactId -->
|
||||
<commons.release.2.name>commons-math-${commons.release.2.version}</commons.release.2.name>
|
||||
<commons.release.2.desc>(requires Java 1.5+)</commons.release.2.desc>
|
||||
<commons.release.2.binary.suffix></commons.release.2.binary.suffix>
|
||||
|
||||
<commons.jira.id>MATH</commons.jira.id>
|
||||
<commons.jira.pid>12310485</commons.jira.pid>
|
||||
<maven.compile.source>1.5</maven.compile.source>
|
||||
|
|
|
@ -95,7 +95,7 @@ limitations under the License.
|
|||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Commons Math 3.0 ">
|
||||
<section name="Commons Math 3.0 (requires Java 1.5+; not compatible with 2.2)">
|
||||
<subsection name="Binaries">
|
||||
<table>
|
||||
<tr>
|
||||
|
@ -125,6 +125,36 @@ limitations under the License.
|
|||
</table>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Commons Math 2.2 (requires Java 1.5+)">
|
||||
<subsection name="Binaries">
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/math/binaries/commons-math-2.2.tar.gz">commons-math-2.2.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.2.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.2.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/math/binaries/commons-math-2.2.zip">commons-math-2.2.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.2.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math-2.2.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Source">
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/math/source/commons-math-2.2-src.tar.gz">commons-math-2.2-src.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math-2.2-src.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math-2.2-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/math/source/commons-math-2.2-src.zip">commons-math-2.2-src.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math-2.2-src.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math-2.2-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Archives">
|
||||
<p>
|
||||
Older releases can be obtained from the archives.
|
||||
|
|
Loading…
Reference in New Issue