This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 2fc4b6c Syncs maven-site-plugin version with the latest fluido-skin
version
2fc4b6c is described below
commit 2fc4b6c469cb281689a0194f279fe6914691c99d
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Dec 27 09:59:56 2019 +0100
Syncs maven-site-plugin version with the latest fluido-skin version
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 840ca36..8a8354e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,6 +452,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
+ <version>3.8.2</version>
<configuration>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
</configuration>
@@ -459,12 +460,12 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
- <version>1.7</version>
+ <version>1.9</version>
</dependency>
</dependencies>
</plugin>