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/18 23:52:14 UTC

[commons-math] branch master updated (2998aa231 -> e2dd8f1a0)

This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


    from 2998aa231 Add ".gitattributes".
     new 929da3e61 Modernize logo.
     new 48c520d9f Use full URL.
     new e2dd8f1a0 Let distribution files have the same prefix as the maven artefacts.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dist-archive/pom.xml                             |   2 +-
 src/site/resources/images/commons_math.small.png | Bin 0 -> 58623 bytes
 src/site/site.xml                                |   4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 src/site/resources/images/commons_math.small.png


[commons-math] 02/03: Use full URL.

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 48c520d9ff0b835f13f89c2f3af71443f9fb9faa
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Dec 18 00:45:17 2022 +0100

    Use full URL.
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 3f88a9419..f65930663 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +19,7 @@
   <bannerRight>
     <name>Commons Math</name>
     <src>https://commons.apache.org/proper/commons-math/images/commons_math.small.png</src>
-    <href>/index.html</href>
+    <href>https://commons.apache.org/proper/commons-math</href>
   </bannerRight>
 
   <body>


[commons-math] 03/03: Let distribution files have the same prefix as the maven artefacts.

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit e2dd8f1a0d559967a0f9a3cd538b96d66561adc6
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Dec 19 00:49:04 2022 +0100

    Let distribution files have the same prefix as the maven artefacts.
---
 dist-archive/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index dc9e431b7..bea6857bc 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <version>4.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-math</artifactId>
+  <artifactId>commons-math4</artifactId>
   <packaging>pom</packaging>
   <name>Apache Commons Math (full distribution)</name>
   <description>This module creates the Apache Commons Math distribution.</description>


[commons-math] 01/03: Modernize logo.

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 929da3e61db51682fe8a320ebe1c1f2cf5a90e56
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Dec 18 00:43:39 2022 +0100

    Modernize logo.
---
 src/site/resources/images/commons_math.small.png | Bin 0 -> 58623 bytes
 src/site/site.xml                                |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/resources/images/commons_math.small.png b/src/site/resources/images/commons_math.small.png
new file mode 100644
index 000000000..7bf06eaaa
Binary files /dev/null and b/src/site/resources/images/commons_math.small.png differ
diff --git a/src/site/site.xml b/src/site/site.xml
index a24d28b86..3f88a9419 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,7 +18,7 @@
 <project name="Math">
   <bannerRight>
     <name>Commons Math</name>
-    <src>/images/math.gif</src>
+    <src>https://commons.apache.org/proper/commons-math/images/commons_math.small.png</src>
     <href>/index.html</href>
   </bannerRight>