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 0345cff [master] Set/upgrade plugins versions
0345cff is described below
commit 0345cffc7ab8d3fdf096c798a1f1bd8d0fcf2cf1
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 09:54:40 2021 +0100
[master] Set/upgrade plugins versions
---
pom/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom/pom.xml b/pom/pom.xml
index b42aac9..93d88ec 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -206,6 +206,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>3.0.0-M1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
@@ -213,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.3</version>
+ <version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-bytecode-version</id>
@@ -234,7 +235,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
- <version>1.0-beta-9</version>
+ <version>1.3</version>
</dependency>
</dependencies>
</plugin>