[java-parent-project] branch master updated: Update maven-surefire-plugin to 2.22.1

Ian Young ian at iay.org.uk
Tue Nov 27 09:40:55 EST 2018


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=cf6dd8531b06390784cf565a2e3d94031ceda3ca

The following commit(s) were added to refs/heads/master by this push:
       new  cf6dd85   Update maven-surefire-plugin to 2.22.1
cf6dd85 is described below

commit cf6dd8531b06390784cf565a2e3d94031ceda3ca
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Nov 27 14:40:50 2018 +0000

    Update maven-surefire-plugin to 2.22.1
    
    This has better Java 11 support.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f27ff4..9598fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -647,7 +647,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.21.0</version>
+                    <version>2.22.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list