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 2018/10/04 22:08:33 UTC

[accumulo] branch master updated: Make accumulo-maven-plugin work with older mvn

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 d401a02  Make accumulo-maven-plugin work with older mvn
d401a02 is described below

commit d401a02c9efa2f0a8ade88ab2ca92f55aed210c4
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Oct 4 18:07:51 2018 -0400

    Make accumulo-maven-plugin work with older mvn
    
    (Fixes broken build with most common versions of Maven)
    
    Partially revert #670 to restore minimum requirement for
    accumulo-maven-plugin to 3.2.5, instead of requiring 3.5.4
    
    (Partial revert of 23fb8b393d745f8ec5c12ed24de637addb0b62b8)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6bab5d5..e796e73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <jetty.version>9.4.11.v20180605</jetty.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <maven.plugin-version>3.5.4</maven.plugin-version>
+    <maven.plugin-version>3.2.5</maven.plugin-version>
     <!-- surefire/failsafe plugin option -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <powermock.version>1.7.4</powermock.version>