Skip to content

Commit

Permalink
Update doxia back to latest and fix version of fluido usage in site.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 28, 2016
1 parent ed3e52c commit e53d2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>net.trajano.wagon</groupId>
Expand Down
6 changes: 3 additions & 3 deletions Source/JNA/src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
<bannerLeft>
<src>/images/waffle.jpg</src>
<href>http://github.com/waffle</href>
Expand All @@ -12,7 +12,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
<version>1.5</version>
</skin>
<custom>
<fluidoSkin>
Expand Down

0 comments on commit e53d2b0

Please sign in to comment.