This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5a7028bd Use parent 48
5a7028bd is described below
commit 5a7028bd5b43e71fe6b83811acc2f695504f1b41
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Apr 30 00:35:17 2026 +0200
Use parent 48
---
content/site.xml | 16 ----------------
pom.xml | 2 +-
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/content/site.xml b/content/site.xml
index f86c3307..eeb6126f 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -25,22 +25,6 @@ under the License.
name="Maven">
<version position="none"/>
- <edit>${project.scm.url}</edit>
-
- <custom>
- <fluidoSkin>
- <anchorJs />
- </fluidoSkin>
- </custom>
-
- <bannerLeft href="https://www.apache.org/">
- <image src="/images/apache-maven-project-light-theme.svg" width="489px"
height="51px"/>
- </bannerLeft>
-
- <bannerRight>
- <image src="/images/logos/MavenLogoLeafSmall.png"/>
- </bannerRight>
-
<body>
<links>
<item name="Downloads" href="/download.cgi"/>
diff --git a/pom.xml b/pom.xml
index ef6c8748..44846bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>47</version>
+ <version>48</version>
<relativePath />
</parent>