Changes Jason van Zyl dIon Gillard The encoding of the project.xml file is not preserved after doing release:transform. handle non-jar dependencies Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • maven v1.0-rc2 -> v1.0.2
  • dom4j v1.4-dev-8 -> v1.4
  • commons-jelly v1.0-beta-4 -> v1.0
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
Handle poms with a namespace
Close output file in AbstractPomTransformer.write() Build and run plugin against the installed version of Maven Code cleanup - remove unused imports Fix issues with DOM classes and jdk1.3 Change deploy:pom goal to pom:deploy goal Add POM transformer that updates currentVersion and the <versions/> element with a specified version and tag. Applied patch. update to commons-jelly-20030902.160215 Upgrade to dom4j 1.4, maven 1.0-beta-10