Skip to content

Commit 40cd012

Browse files
committed
Update site generation versioning
1 parent 816afa9 commit 40cd012

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-site-plugin</artifactId>
165-
<version>3.5.1</version>
165+
<version>3.6</version>
166166
<dependencies>
167167
<dependency>
168168
<!-- Allows markdown syntax for site generation. To use it place files below src/site/markdown/[filename].md -->
169169
<groupId>org.apache.maven.doxia</groupId>
170170
<artifactId>doxia-module-markdown</artifactId>
171-
<version>1.6</version>
171+
<version>1.7</version>
172172
</dependency>
173173
</dependencies>
174174
<configuration>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<skin>
77
<groupId>org.apache.maven.skins</groupId>
88
<artifactId>maven-fluido-skin</artifactId>
9-
<version>1.3.1</version>
9+
<version>1.6</version>
1010
</skin>
1111
<custom>
1212
<fluidoSkin>

0 commit comments

Comments
 (0)