You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/20 09:51:41 UTC

[maven-parent] branch master updated: Revert "Bump maven-shared-resources from 2 to 4 (#31)"

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c468598  Revert "Bump maven-shared-resources from 2 to 4 (#31)"
c468598 is described below

commit c46859876d4d7b06d323e5adf3da7e363e57fdd9
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Oct 20 11:45:42 2021 +0200

    Revert "Bump maven-shared-resources from 2 to 4 (#31)"
    
    This reverts commit be57b24d4797ec9c07b00733f602696a8b313d29.
    
    As maven-shared-resources 3+ has this commit:
    https://github.com/apache/maven-shared-resources/commit/5fbc3eb45e747f17cccd193e5e4b1828b87c91dd
    
    That according to doco
    https://checkstyle.sourceforge.io/config_filefilters.html#BeforeExecutionExclusionFileFilter
    is "since 7.2", while maven-checkstyle-plugin:3.0.0 uses checkstyle 6.18
    
    Moreover, maven-shared-resources 4+ has this commit:
    https://github.com/apache/maven-shared-resources/commit/fbef6f62bdb9e5549e275ba0aeed879b672e7cdb
    that requires checkstyle 8.42+
    
    Currently there is no release of maven-checkstyle-plugin that uses checkstyle 8.42+
    hence reverting this commit.
---
 maven-extensions/pom.xml        | 2 +-
 maven-plugins/pom.xml           | 2 +-
 maven-shared-components/pom.xml | 2 +-
 pom.xml                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 18d30cb..fe85d06 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -79,7 +79,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>4</version>
+              <version>2</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index f09399f..3c172fa 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -92,7 +92,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>4</version>
+              <version>2</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 3b0adbb..c7d9b30 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -89,7 +89,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>4</version>
+              <version>2</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/pom.xml b/pom.xml
index ed21ae0..b7bdf99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1027,7 +1027,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>4</version>
+              <version>2</version>
             </dependency>
           </dependencies>
         </plugin>