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 2022/02/02 20:52:22 UTC

[maven-checkstyle-plugin] branch dependabot/maven/org.codehaus.plexus-plexus-velocity-1.3 updated (826f5b5 -> 9dce511)

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

slachiewicz pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-velocity-1.3
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


 discard 826f5b5  Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0
     add 7e83e01  Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
     add b610897  Bump plexus-utils from 3.3.0 to 3.4.1
     add 7286f86  Bump extra-enforcer-rules from 1.4 to 1.5.1
     add e63e35c  Bump doxiaVersion from 1.10 to 1.11.1
     add f056b0f  Bump checkstyle from 9.1 to 9.2.1
     add 04fbd46  [MCHECKSTYLE-409] Upgrade Checkstyle to 9.3
     add c54421a  Bump animal-sniffer-maven-plugin from 1.20 to 1.21
     add c2e0a97  Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
     add 05ec325  [MCHECKSTYLE-410] Require Maven 3.2.5+
     new 9dce511  Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0

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   (826f5b5)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-velocity-1.3 (9dce511)

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:
 pom.xml | 42 +++++++++++++++++-------------------------
 1 file changed, 17 insertions(+), 25 deletions(-)

[maven-checkstyle-plugin] 01/01: Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0

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

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-velocity-1.3
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 9dce511bd4bd58f3b3ff051083d8f5101f6c9bcc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Nov 30 02:32:58 2021 +0100

    Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0
---
 pom.xml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e042d9e..648da1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,13 +151,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-resources</artifactId>
-      <version>1.1.0</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
+      <version>1.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -172,20 +166,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-container-default</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>velocity</groupId>
-          <artifactId>velocity</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>