-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump parent to 74, refresh site descriptor
- Loading branch information
1 parent
a9c44a6
commit 6a90511
Showing
2 changed files
with
21 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<custom> | ||
<fluidoSkin> | ||
<googleSearch> | ||
<sitesearch>www.mojohaus.org</sitesearch> | ||
</googleSearch> | ||
<ohloh> | ||
<projectId>5211</projectId> | ||
<widget>thin-badge</widget> | ||
</ohloh> | ||
<gitHub> | ||
<projectId>mojohaus/${project.artifactId}</projectId> | ||
<ribbonOrientation>right</ribbonOrientation> | ||
<ribbonColor>gray</ribbonColor> | ||
</gitHub> | ||
</fluidoSkin> | ||
</custom> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"> | ||
|
||
<body> | ||
<breadcrumbs> | ||
<item name="MojoHaus" href="https://www.mojohaus.org/" /> | ||
<item name="${this.name}" href="${this.url}" /> | ||
</breadcrumbs> | ||
|
||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="Goals" href="plugin-info.html"/> | ||
<item name="Usage" href="usage.html"/> | ||
<item name="FAQ" href="faq.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="Goals" href="plugin-info.html" /> | ||
<item name="Usage" href="usage.html" /> | ||
<item name="FAQ" href="faq.html" /> | ||
</menu> | ||
</body> | ||
</project> | ||
</project> |