diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml deleted file mode 100644 index cec8815e..00000000 --- a/scm/xdocs/changes.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - Changes - Brett Porter - - - - Add the ability to pass a username and password to the Subversion provider - Check out into - maven.scm.checkout.dirrather than a subdirectory of it - - Use maven.scm.bootstrap.pom.dir - Add support for subversion - Rewritten to utilise the Maven SCM library - Ignore whitespace when creating a patch - Ignore POM if the scm root is specified in command line - - - Trim goals after prompting from the user - Add scm:cvs-create-patch goal to help in creating patches - Set default - maven.scm.methodto cvs - - - - Add minimal support for SVN to allow cruisecontrol plugin to work - Add scm:cvs-tag-project goal - - - - Don't use -C - Mac OS X doesn't recognise it - Catch exceptions to make sure files don't get moved permanently. - Update POM using dom4j instead of JSL - no more formatting issues. - Support :local: CVS paths - Update changes.xml version and release date on prepare. - Use developerConnection first, then standard connection when parsing connection from POM. - - - Apply MAVEN-834. Support for scm delimiters other than ':' - Turn off pretty printing to fix MAVEN-769 - random spaces added to project.xml. - Add new versions to bottom of list instead of top to follow convention. - - - Initial creation - support for CVS. - - -