[java-parent-project] branch master updated: IDP-1465 - dependency review
Ian Young
ian at iay.org.uk
Tue Dec 3 11:54:43 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=63ad8a08e5a7a8e0619a1b0ffb52495ddaea6922
The following commit(s) were added to refs/heads/master by this push:
new 63ad8a0 IDP-1465 - dependency review
63ad8a0 is described below
commit 63ad8a08e5a7a8e0619a1b0ffb52495ddaea6922
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 3 16:54:40 2019 +0000
IDP-1465 - dependency review
https://issues.shibboleth.net/jira/browse/IDP-1465
Bump to latest Maven JAR, WAR and assembly plugins
---
pom.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index bf5eef1..f73a27c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,9 +47,12 @@
<checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
+ <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<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-war-plugin.version>3.1.2</maven-war-plugin.version>
<maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
<shibboleth.site.url>http://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
@@ -556,7 +559,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${maven-assembly-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -615,7 +618,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
+ <version>${maven-jar-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -716,7 +719,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${maven-war-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list