This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/master by this push:
new 3f38d49 Update maven-enforcer-plugin (for JDK14)
3f38d49 is described below
commit 3f38d49b549020ed3aaeafbb406ee0b0f7f772c1
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Apr 21 16:32:04 2020 -0400
Update maven-enforcer-plugin (for JDK14)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4968c2e..9ac3f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1078,6 +1078,11 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.0.0-M3</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>