You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2023/01/08 17:56:44 UTC

[commons-jcs] 01/01: Use plugin version from parent

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

tv pushed a commit to branch release-3.1.1
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit c464c5303843591652e58e3b2e19d9101fd6ddde
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Jan 8 18:56:40 2023 +0100

    Use plugin version from parent
---
 commons-jcs-tck-tests/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml
index 73a00a2e..55091a4e 100644
--- a/commons-jcs-tck-tests/pom.xml
+++ b/commons-jcs-tck-tests/pom.xml
@@ -227,7 +227,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.17</version>
             <configuration>
               <systemPropertyVariables>
                 <domainJar>${domain-lib-dir}/${domain-jar}</domainJar>