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

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-master.git


The following commit(s) were added to refs/heads/master by this push:
     new aeaf80d  Bump parent pom maven plugins versions
aeaf80d is described below

commit aeaf80d2fb197ad6f06e6eedb790d4666e247145
Author: Claude Brisson <cla...@renegat.net>
AuthorDate: Fri Mar 24 18:45:22 2023 +0100

    Bump parent pom maven plugins versions
---
 pom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom/pom.xml b/pom/pom.xml
index 4982e71..aca2508 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -207,7 +207,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.0.0</version>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
@@ -215,7 +215,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
+          <version>3.1.0</version>
           <executions>
             <execution>
               <id>enforce-bytecode-version</id>
@@ -236,7 +236,7 @@
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>extra-enforcer-rules</artifactId>
-              <version>1.3</version>
+              <version>1.6.1</version>
             </dependency>
           </dependencies>
         </plugin>

Reply via email to