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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new 13423b96 new Ant logo
13423b96 is described below

commit 13423b96a4935e4d0c12b6bb01a4f119e6fcf32e
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Jun 4 13:00:15 2026 +0200

    new Ant logo
---
 asciidoc/dev.adoc                          |   2 +-
 asciidoc/images/group-logo.png             | Bin 0 -> 17814 bytes
 asciidoc/templates/book/document.html.slim |   2 +-
 asciidoc/templates/document.html.slim      |   2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/asciidoc/dev.adoc b/asciidoc/dev.adoc
index 6e960098..f5e06ced 100644
--- a/asciidoc/dev.adoc
+++ b/asciidoc/dev.adoc
@@ -42,7 +42,7 @@ You can either get the sources from a release, or get them 
directly from Git:
 
 [source,shell]
 ----
-git clone git://git.apache.org/ant-ivy.git
+git clone https://gitbox.apache.org/repos/asf/ant-ivy.git
 ----
 
 ==== Build
diff --git a/asciidoc/images/group-logo.png b/asciidoc/images/group-logo.png
new file mode 100644
index 00000000..7035c3bd
Binary files /dev/null and b/asciidoc/images/group-logo.png differ
diff --git a/asciidoc/templates/book/document.html.slim 
b/asciidoc/templates/book/document.html.slim
index 8da2d349..7fa1c995 100644
--- a/asciidoc/templates/book/document.html.slim
+++ b/asciidoc/templates/book/document.html.slim
@@ -32,7 +32,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
         tr
           td id="home" width="30%"
             a href="http://ant.apache.org/"; title="Apache Ant"
-              img src="./images/ant-project-logo.svg" alt="Apache Ant" 
border="0" height="80px"/
+              img src="./images/group-logo.png" alt="Apache Ant" border="0" 
height="65px"/
           td class="product" width="70%" align="right" valign="middle"
             img src="./images/logo.png" alt="ivy" border="0"/
       div id="title"
diff --git a/asciidoc/templates/document.html.slim 
b/asciidoc/templates/document.html.slim
index 2a140425..d1710c68 100644
--- a/asciidoc/templates/document.html.slim
+++ b/asciidoc/templates/document.html.slim
@@ -36,7 +36,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
         tr
           td id="home" width="30%"
             a href="http://ant.apache.org/"; title="Apache Ant"
-              img src="#{page.relativeRoot}images/ant-project-logo.svg" 
alt="Apache Ant" border="0" height="80px"/
+              img src="#{page.relativeRoot}images/group-logo.png" alt="Apache 
Ant" border="0" height="65px"/
           td class="product" width="70%" align="right" valign="middle"
             img src="#{page.relativeRoot}images/logo.png" alt="ivy" border="0"/
       table id="top-menu" summary="Navigation elements." border="0" 
cellpadding="0" cellspacing="0" width="100%"

Reply via email to