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/07/25 11:19:31 UTC

[maven-invoker] 01/01: remove unused property

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-invoker.git

commit 269f36f3323f3da156eed4a9d235d0f83586d283
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jul 25 07:19:15 2020 -0400

    remove unused property
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 96171cb..12bba1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,6 @@ under the License.
   </contributors>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>