You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/16 15:02:38 UTC

svn commit: r1433939 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt

Author: olamy
Date: Wed Jan 16 14:02:38 2013
New Revision: 1433939

URL: http://svn.apache.org/viewvc?rev=1433939&view=rev
Log:
2.0.9 is old so remove warning.

Modified:
    maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt

Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt?rev=1433939&r1=1433938&r2=1433939&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt (original)
+++ maven/site/trunk/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt Wed Jan 16 14:02:38 2013
@@ -411,7 +411,7 @@ Introduction to the Dependency Mechanism
 
 ** {Importing Dependencies}
 
- <The features defined in this section are only available in Maven 2.0.9 or later. This means that poms declaring the import scope will not be parseable by earlier versions of Maven. Weigh this information carefully before deciding to use it. If you do use it, we suggest you use the enforcer plugin to require a minimum Maven version of 2.0.9. We currently do not recommend using this for projects that get deployed to Central.>
+ <The features defined in this section are only available in Maven 2.0.9 or later. This means that poms declaring the import scope will not be parseable by earlier versions of Maven. Weigh this information carefully before deciding to use it. If you do use it, we suggest you use the enforcer plugin to require a minimum Maven version of 2.0.9.>
 
  The examples in the previous section describe how to specify managed dependencies through inheritence. However,
  in larger projects it may be impossible to accomplish this since a project can only inherit from a single parent.