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/13 14:41:51 UTC

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

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


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

commit 3d0d4d40d598c215b8e72f23c16f3745e98b4863
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 09:41:47 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 77e52708..640105a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,6 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>${commons.surefire-report.version}</version>
         <configuration>
           <excludes>
             <exclude>**/*AbstractTest.java</exclude>