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
commit 64097456f552234c2e3875d87414688028733710 Author: Claude Brisson <[email protected]> AuthorDate: Thu Feb 25 13:44:52 2021 +0100 [master] Set maven-enforcer-plugin version --- pom/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom/pom.xml b/pom/pom.xml index fda5c9f..777b573 100644 --- a/pom/pom.xml +++ b/pom/pom.xml @@ -227,6 +227,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> + <version>1.3</version> <executions> <execution> <id>enforce-bytecode-version</id>
