[java-parent-project] 06/06: IDP-1465 - Update maven-surefire-plugin to 3.0.0-M4
Ian Young
ian at iay.org.uk
Thu Jan 23 11:46:06 EST 2020
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=76d9611ddf41d5c4d48c38a82a9d2ba747f9e005
commit 76d9611ddf41d5c4d48c38a82a9d2ba747f9e005
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 23 16:44:03 2020 +0000
IDP-1465 - Update maven-surefire-plugin to 3.0.0-M4
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 63f13a2..743e3eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-site-plugin.version>3.8.2</maven-site-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
+ <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
<maven.central.url>https://repo1.maven.org/maven2</maven.central.url>
@@ -767,7 +768,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.1</version>
+ <version>${maven-surefire-plugin.version}</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