Skip to content

Commit 03d358b

Browse files
authored
Update site.xml to Doxia 2
1 parent 3727ec6 commit 03d358b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

src/site/site.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,8 @@
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
THE SOFTWARE.
2424
-->
25-
<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 https://maven.apache.org/xsd/decoration-1.3.0.xsd">
27-
28-
<custom>
29-
<fluidoSkin>
30-
<gitHub>
31-
<projectId>mojohaus/animal-sniffer</projectId>
32-
<ribbonOrientation>right</ribbonOrientation>
33-
<ribbonColor>gray</ribbonColor>
34-
</gitHub>
35-
</fluidoSkin>
36-
</custom>
37-
25+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
3827
<body>
3928
<breadcrumbs>
4029
<item name="MojoHaus" href="https://www.mojohaus.org/" />
@@ -49,4 +38,4 @@
4938
<menu ref="reports" inherit="bottom"/>
5039

5140
</body>
52-
</project>
41+
</site>

0 commit comments

Comments
 (0)