diff --git a/scm/project.xml b/scm/project.xml index 51055bf1..e04b5362 100644 --- a/scm/project.xml +++ b/scm/project.xml @@ -22,7 +22,7 @@ 3 maven-scm-plugin Maven Source Control Management Plugin - 1.6 + 1.7-SNAPSHOT A plugin for SCM tasks. SCM Plugin for Maven. @@ -119,7 +119,7 @@ commons-io commons-io - 1.0 + 1.2 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 1d0b2a5f..66601ac2 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -23,6 +23,9 @@ Brett Porter + + Upgrade to commons-io 1.2. + The encoding of the project.xml file is not preserved after doing release:transform.