You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/04/16 19:02:58 UTC

[accumulo-proxy] branch master updated: Updated the maven-enforcer-plugin (#19)

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-proxy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5983012  Updated the maven-enforcer-plugin (#19)
5983012 is described below

commit 59830129ffcf4b171a5b9f93f91ea227cd06cab5
Author: Nathaniel Freeman <vo...@gmail.com>
AuthorDate: Thu Apr 16 15:02:48 2020 -0400

    Updated the maven-enforcer-plugin (#19)
    
    Updated the maven-enforcer-plugin to 3.0.0-M3 to enable Java version detection to be successful in later versions of Java.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5f08eb6..0f95b2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,6 +254,11 @@
           <version>3.1.0</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+        <plugin>
           <groupId>com.github.ekryd.sortpom</groupId>
           <artifactId>sortpom-maven-plugin</artifactId>
           <version>2.10.0</version>