Author: erans Date: Tue Dec 20 17:07:18 2022 New Revision: 1906114 URL: http://svn.apache.org/viewvc?rev=1906114&view=rev Log: Commons Math v4.0-beta1 was released (from RC1)
Modified: commons/cms-site/trunk/conf/component_releases.properties commons/cms-site/trunk/content/xdoc/index.xml.vm commons/cms-site/trunk/doap/doap_math.rdf Modified: commons/cms-site/trunk/conf/component_releases.properties URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1906114&r1=1906113&r2=1906114&view=diff ============================================================================== --- commons/cms-site/trunk/conf/component_releases.properties (original) +++ commons/cms-site/trunk/conf/component_releases.properties Tue Dec 20 17:07:18 2022 @@ -56,8 +56,8 @@ langVersion=3.12.0 langReleased=2021-02-26 loggingVersion=1.2 loggingReleased=2014-07-11 -mathVersion=3.6.1 -mathReleased=2016-03-21 +mathVersion=4.0-beta1 +mathReleased=2022-12-20 netVersion=3.9.0 netReleased=2022-12-02 numbersVersion=1.1 Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1906114&r1=1906113&r2=1906114&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original) +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Tue Dec 20 17:07:18 2022 @@ -249,8 +249,8 @@ <td>${loggingReleased}</td></tr> <tr><td><a href="proper/commons-math/">Math</a></td> <td>Lightweight, self-contained mathematics and statistics components.</td> - <td><a href="https://search.maven.org/artifact/org.apache.commons/commons-math3/${mathVersion}/jar" rel="nofollow"> - <img alt="${mathVersion}" src="https://img.shields.io/maven-central/v/org.apache.commons/commons-math3" style="max-width:100%;"/></a></td> + <td><a href="https://search.maven.org/artifact/org.apache.commons/commons-math4/${mathVersion}/jar" rel="nofollow"> + <img alt="${mathVersion}" src="https://img.shields.io/maven-central/v/org.apache.commons/commons-math-parent" style="max-width:100%;"/></a></td> <td>${mathReleased}</td></tr> <tr><td><a href="proper/commons-net/">Net</a></td> <td>Collection of network utilities and protocol implementations.</td> Modified: commons/cms-site/trunk/doap/doap_math.rdf URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_math.rdf?rev=1906114&r1=1906113&r2=1906114&view=diff ============================================================================== --- commons/cms-site/trunk/doap/doap_math.rdf (original) +++ commons/cms-site/trunk/doap/doap_math.rdf Tue Dec 20 17:07:18 2022 @@ -38,6 +38,13 @@ <release> <Version> <name>commons-math</name> + <created>2022-12-20</created> + <revision>4.0-beta1</revision> + </Version> + </release> + <release> + <Version> + <name>commons-math</name> <created>2016-03-21</created> <revision>3.6.1</revision> </Version>