Skip to content

Commit

Permalink
Migrate site generation to Doxia 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and laeubi committed Sep 19, 2024
1 parent d05b0e5 commit de580eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.12.0</version>
<version>2.0.0-M12</version>
</dependency>
</dependencies>
<configuration>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
<relativizeSiteLinks>false</relativizeSiteLinks>
</configuration>
</plugin>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Tycho">
<site name="Tycho">
<body>
<menu name="Using Tycho" inherit="top">
<item name="Overview" href="index.html"/>
Expand Down Expand Up @@ -49,6 +49,6 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.11.1</version>
<version>2.0.0-M10</version>
</skin>
</project>
</site>

0 comments on commit de580eb

Please sign in to comment.