[java-parent-project] 02/02: IDP-1465 - update maven-site-plugin to latest 3.8.2
Ian Young
ian at iay.org.uk
Thu Dec 5 14:02:27 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=e63cd7178e3c07393b5fc877aa8913e9692a2f97
commit e63cd7178e3c07393b5fc877aa8913e9692a2f97
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Dec 5 19:02:12 2019 +0000
IDP-1465 - update maven-site-plugin to latest 3.8.2
https://issues.shibboleth.net/jira/browse/IDP-1465
Also update the DAV provider to its latest version (3.3.4).
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9951db0..46afcca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
+ <maven-site-plugin.version>3.8.2</maven-site-plugin.version>
<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
<maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
@@ -691,12 +692,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.7</version>
+ <version>${maven-site-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
- <version>2.10</version>
+ <version>3.3.4</version>
</dependency>
</dependencies>
</plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list