Skip to content

Commit 221f0b5

Browse files
Use new Maven logos in documentation
1 parent 4329770 commit 221f0b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/site/site.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ under the License.
2323
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
2424
name="Apache Maven">
2525

26-
<bannerLeft href="https://maven.apache.org/">
27-
<image src="https://maven.apache.org/images/apache-maven-project.png" alt="Apache Maven" />
26+
<bannerLeft href="https://www.apache.org/">
27+
<image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="51px"/>
2828
</bannerLeft>
2929

30+
<bannerRight href="https://maven.apache.org/">
31+
<image src="https://maven.apache.org/images/logos/MavenLogoLeafSmall.png"/>
32+
</bannerRight>
33+
3034
<edit>${project.scm.url}</edit>
3135

3236
<body>

0 commit comments

Comments
 (0)