You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/02/02 11:39:40 UTC

svn commit: r1563589 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Sun Feb  2 10:39:39 2014
New Revision: 1563589

URL: http://svn.apache.org/r1563589
Log:
added comments on prerequisite to avoid confusion

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1563589&r1=1563588&r2=1563589&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Feb  2 10:39:39 2014
@@ -59,8 +59,8 @@ under the License.
     </mailingList>
   </mailingLists>
 
-  <prerequisites>
-    <maven>2.2.1</maven>
+  <prerequisites><!-- just for information: not inherited in child poms -->
+    <maven>2.2.1</maven><!-- prerequisite of some plugins -->
   </prerequisites>
 
   <scm>