This is an automated email from the ASF dual-hosted git repository.
mmiller 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 2a91243 ACCUMULO-4703 Move mvn prereq to maven-plugin
2a91243 is described below
commit 2a912439cd2608fbde502815b41a6b466549a041
Author: Mike Miller <[email protected]>
AuthorDate: Thu Sep 21 13:13:40 2017 -0400
ACCUMULO-4703 Move mvn prereq to maven-plugin
---
maven-plugin/pom.xml | 3 +++
pom.xml | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index e87d533..dc0a687 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -26,6 +26,9 @@
<packaging>maven-plugin</packaging>
<name>Apache Accumulo Maven Plugin</name>
<description>An Apache Maven plugin for testing software against a test
Apache Accumulo instance.</description>
+ <prerequisites>
+ <maven>${maven.min-version}</maven>
+ </prerequisites>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
diff --git a/pom.xml b/pom.xml
index 5510ff7..4f3625e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,9 +76,6 @@
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
</mailingLists>
- <prerequisites>
- <maven>${maven.min-version}</maven>
- </prerequisites>
<modules>
<module>assemble</module>
<module>core</module>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].