You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/08/04 01:20:31 UTC

[16/16] james-project git commit: JAMES-2495 Update org.apache.maven.plugins maven-surefire-plugin and maven-surefire-report-plugin to 2.22.0

JAMES-2495 Update org.apache.maven.plugins maven-surefire-plugin and maven-surefire-report-plugin to 2.22.0


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a9cda9e9
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a9cda9e9
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a9cda9e9

Branch: refs/heads/master
Commit: a9cda9e90f73f4d627dd51ea89f9f22102b2c3e9
Parents: b413bba
Author: Gautier DI FOLCO <gd...@linagora.com>
Authored: Tue Jul 24 11:41:49 2018 +0200
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Sat Aug 4 08:17:49 2018 +0700

----------------------------------------------------------------------
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a9cda9e9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d67761d..02b1cff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2794,7 +2794,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.19.1</version>
+                    <version>2.22.0</version>
                     <configuration>
                         <argLine>-Xms512m -Xmx1024m</argLine>
                         <reuseForks>false</reuseForks>
@@ -2808,11 +2808,6 @@
                             <version>${junit.jupiter.version}</version>
                         </dependency>
                         <dependency>
-                            <groupId>org.junit.platform</groupId>
-                            <artifactId>junit-platform-surefire-provider</artifactId>
-                            <version>${junit.plateform.version}</version>
-                        </dependency>
-                        <dependency>
                             <groupId>org.junit.vintage</groupId>
                             <artifactId>junit-vintage-engine</artifactId>
                             <version>${junit.vintage.version}</version>
@@ -2822,7 +2817,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.20.1</version>
+                    <version>2.22.0</version>
                     <configuration>
                         <aggregate>true</aggregate>
                     </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org