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:31 UTC

[maven] branch maven-1572-surefire created (now e07fe74)

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

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


      at e07fe74  Surefire 2.22.3

This branch includes the following new commits:

     new e07fe74  Surefire 2.22.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: Surefire 2.22.3

Posted by sl...@apache.org.
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>