You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/30 23:13:09 UTC

[maven-shared-io] branch surefire created (now 633a13d)

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

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


      at 633a13d  don't need surefire version

This branch includes the following new commits:

     new 633a13d  don't need surefire version

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-shared-io] 01/01: don't need surefire version

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 633a13d7b947b899498925bb8feebd8f331d237b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 30 19:12:51 2020 -0400

    don't need surefire version
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25e7c15..b39bdda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,6 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>