This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new ca0d71b Support for Java 13, 14, 15
ca0d71b is described below
commit ca0d71b0f0c52774531e5173ce97016e270706e3
Author: Markus KARG <[email protected]>
AuthorDate: Sat Sep 26 22:19:21 2020 +0000
Support for Java 13, 14, 15
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 570cba7..d5aa796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</dependency>
</dependencies>
</plugin>