You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 16:21:30 UTC

[commons-lang] branch master updated: Pick up maven-surefire-plugin version from parent POM

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new fa383f5c5 Pick up maven-surefire-plugin version from parent POM
fa383f5c5 is described below

commit fa383f5c5760a6e73ed04f98249c32fdff296ebf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:21:18 2023 -0500

    Pick up maven-surefire-plugin version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 478fd0d83..49fb26021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -634,7 +634,6 @@
     <jmh.version>1.36</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>