You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/30 14:50:59 UTC

[maven] branch checkstyle-next updated (d991d78 -> 706826e)

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

slachiewicz pushed a change to branch checkstyle-next
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard d991d78  Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1
 discard 2286f26  update version
     new 706826e  Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d991d78)
            \
             N -- N -- N   refs/heads/checkstyle-next (706826e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[maven] 01/01: Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch checkstyle-next
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 706826e18e03d3182644a2fbb6fd72f386540ea8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 30 16:50:21 2021 +0200

    Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index ee2f76f..38336fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,6 +486,23 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>3.1.2</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.puppycrawl.tools</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>8.41.1</version>
+            </dependency>
+            <dependency>
+              <groupId>org.apache.maven.shared</groupId>
+              <artifactId>maven-shared-resources</artifactId>
+              <version>3</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
           <version>${plexusVersion}</version>