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 2022/12/20 17:07:18 UTC

svn commit: r1906114 - in /commons/cms-site/trunk: conf/component_releases.properties content/xdoc/index.xml.vm doap/doap_math.rdf

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>



Re: svn commit: r1906114 - in /commons/cms-site/trunk: conf/component_releases.properties content/xdoc/index.xml.vm doap/doap_math.rdf

Posted by Alex Herbert <al...@gmail.com>.
On Tue, 20 Dec 2022 at 17:10, Gilles Sadowski <gi...@gmail.com> wrote:
>
> Hi.
>
> I've updated the occurrences of "math", but the script
>   conf/parse-latest-release.py
> in
>   https://svn.apache.org/repos/asf/commons/cms-site/trunk
> seems to behave weirdly (creating spurious entries?).
>
> Please check that the commit is OK.

The commit looks OK to me.

I checked out the CMS site and ran the scripts to regenerate the
staging site. No changes were detected:

svn co https://svn.apache.org/repos/asf/commons/cms-site/trunk/
cd trunk/
conf/parse-latest-release.py
python3 conf/parse-latest-release.py
svn diff
./commons-site-build.sh
svn diff target/site

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1906114 - in /commons/cms-site/trunk: conf/component_releases.properties content/xdoc/index.xml.vm doap/doap_math.rdf

Posted by Gilles Sadowski <gi...@gmail.com>.
Hi.

I've updated the occurrences of "math", but the script
  conf/parse-latest-release.py
in
  https://svn.apache.org/repos/asf/commons/cms-site/trunk
seems to behave weirdly (creating spurious entries?).

Please check that the commit is OK.

Thanks,
Gilles

Le mar. 20 déc. 2022 à 18:07, <er...@apache.org> a écrit :
>
> 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>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org