You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2014/01/06 10:58:57 UTC

git commit: due to the plugins that we use, you need maven 2.2.1+ to build maven 3.2.x, so let's record that fact

Updated Branches:
  refs/heads/master 44f9839ba -> 4a44036ad


due to the plugins that we use, you need maven 2.2.1+ to build maven 3.2.x, so let's record that fact


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4a44036a
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4a44036a
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4a44036a

Branch: refs/heads/master
Commit: 4a44036add90fd11bbb0781747e58510add03678
Parents: 44f9839
Author: Stephen Connolly <st...@gmail.com>
Authored: Mon Jan 6 09:58:51 2014 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Mon Jan 6 09:58:51 2014 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4a44036a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0634625..7e24a3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,10 @@
     </contributor>
   </contributors>
 
+  <prerequisites>
+    <maven>2.2.1</maven>
+  </prerequisites>
+
   <!--bootstrap-start-comment-->
   <dependencyManagement>
     <!--bootstrap-end-comment-->