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

ctubbsii pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 672de42bf69f292428562585741b58605aff792a
Author: Christopher Tubbs <ctubb...@apache.org>
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 bf993ed..0361409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -802,6 +802,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>

Reply via email to