You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/04 18:25:32 UTC

[maven] 01/01: Surefire 2.22.3

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-1572-surefire
in repository https://gitbox.apache.org/repos/asf/maven.git

commit e07fe744eea0e55d6027bcd2e76dc88642276b2e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 26 13:20:33 2020 +0200

    Surefire 2.22.3
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index dd58b57..486cb92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@ under the License.
 
   <properties>
     <maven.version>3.0.5</maven.version>
+    <surefire.version>2.22.3</surefire.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <classWorldsVersion>2.6.0</classWorldsVersion>
@@ -79,6 +80,13 @@ under the License.
     <project.build.outputTimestamp>2019-11-07T12:32:18Z</project.build.outputTimestamp>
   </properties>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>maven-1572</id>
+      <url>https://repository.apache.org/content/repositories/maven-1572</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <modules>
     <module>maven-plugin-api</module>
     <module>maven-builder-support</module>