You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/21 03:46:33 UTC

svn commit: r191615 - /maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Author: brett
Date: Mon Jun 20 18:46:32 2005
New Revision: 191615

URL: http://svn.apache.org/viewcvs?rev=191615&view=rev
Log:
minor doc improvement

Modified:
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?rev=191615&r1=191614&r2=191615&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Mon Jun 20 18:46:32 2005
@@ -122,8 +122,9 @@
         </p>
         <p>
           <b>Fix:</b> These functions have been removed. The static methods do exist in
-          <code>maven-changelog-plugin</code> if needed. All other plugins had been manually splitting the
-          connection string. See <code>maven-scm-plugin</code> for an example.
+          <code>maven-changelog-plugin</code> if needed, in the <code>RepositoryUtils</code> class.
+          All other plugins had been manually splitting the connection string. 
+          See <code>maven-scm-plugin</code> for an example of this.
           The future should see all plugins and code using Maven SCM for this task, and all dealings with an
           SCM system.
         </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org