Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GH ribbon on site by updating maven-fluido-skin and keeping track of it #514

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitsDisabled"
],
"regexManagers": [
{
"fileMatch": ["src/site/site.xml"],
"matchStrings": ["<version>(?<currentValue>.*?)<\/version>"],
"depNameTemplate": "org.apache.maven.skins:maven-fluido-skin",
"datasourceTemplate": "maven"
}
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
}
Binary file removed src/site/resources/images/built-on-cloudbees.png
Binary file not shown.
6 changes: 1 addition & 5 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
<publishDate format="yyyy-MM-dd" position="right" />
<version position="right" />

<poweredBy>
<logo name="Built by Maven" href="http://maven.apache.org/" img="images/logos/maven-feather.png" />
</poweredBy>

Comment on lines -13 to -16
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the default footer, which doesn't need to be specified separately.

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
<version>1.11.2</version>
</skin>

<body>
Expand Down