diff --git a/scm/project.xml b/scm/project.xml index e8a6c1d0..e6db1607 100644 --- a/scm/project.xml +++ b/scm/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 maven-scm-plugin Maven Source Control Management Plugin - 1.6-SNAPSHOT + 1.6 A plugin for SCM tasks, currently CVS. SCM Plugin for Maven. @@ -61,6 +61,11 @@ 1.5 maven-scm-plugin-1.5 + + 1.6 + 1.6 + MAVEN_SCM_1_6 + @@ -116,9 +121,7 @@ commons-io 1.0 - - This library is already loaded by maven's core. Be careful to use the same version number as in the core. - + This library is already loaded by maven's core. Be careful to use the same version number as in the core. @@ -126,9 +129,7 @@ commons-jelly 1.0 - - This library is already loaded by maven's core. Be careful to use the same version number as in the core. - + This library is already loaded by maven's core. Be careful to use the same version number as in the core. @@ -137,9 +138,7 @@ 1.4 http://www.dom4j.org/ - - This library is already loaded by maven's core. Be careful to use the same version number as in the core. - + This library is already loaded by maven's core. Be careful to use the same version number as in the core. diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml index d13a8ef8..1d0b2a5f 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -17,26 +17,29 @@ * limitations under the License. */ --> - Changes Brett Porter - - The encoding of the project.xml file is not preserved after doing release:transform. + + The encoding of the project.xml file is not preserved after doing + release:transform. + Handle poms with a namespace. 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 : + 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
  • +
  • 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
- Make it possible to check changes made by prepare-release before they are checked in and tagged. New property maven.scm.testmode. + Make it possible to check changes made by prepare-release before they are checked in and tagged. New property + maven.scm.testmode. + Update to maven-scm 1.0-beta-2. When pom.repository.connection ends with '/' checkout fails. Re-add changes.xml file to display announcements.