brett 2004/09/24 03:49:38 Modified: xdocs backwards-compatibility.xml Log: updated backwards compat doco Revision Changes Path 1.2 +6 -6 maven/xdocs/backwards-compatibility.xml Index: backwards-compatibility.xml =================================================================== RCS file: /home/cvs/maven/xdocs/backwards-compatibility.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- backwards-compatibility.xml 22 Sep 2004 11:49:53 -0000 1.1 +++ backwards-compatibility.xml 24 Sep 2004 10:49:38 -0000 1.2 @@ -44,17 +44,17 @@ <b>Fix:</b> Include <code>maven-model-1.1</code> in your project's dependencies. </p> <p> - <b>Use of static helpers in <code>org.apache.maven.project.Repository</code></b> + <b>Changes to <code>org.apache.maven.project.Repository</code> (and use of <code>pom.repository.* in Jelly</code>)</b> </p> <p> The <code>Repository</code> class now houses only the information from the project model. - You may find that methods such as <code>splitSCMConnection</code> and <code>tokenizerToArray</code> - are missing. + You may find that static methods such as <code>splitSCMConnection</code> and <code>tokenizerToArray</code> + or fields such as <code>scmType</code>, which depended on the split function, are missing. </p> <p> - <b>Fix:</b> These functions have been moved to <code>org.apache.maven.project.RepositoryUtils</code>. - Please update your code accordingly. <b>Note: </b> These may be moved to maven-scm in the near future - before 1.1 final. + <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. </p> <p> <b>Use of <code>Project.getDependencyPath</code> and <code>Project.getDependency</code></b>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]