From 9e66133cc3ce9d2b2127bb2c8aa8136ad1e1a1ef Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 16 Apr 2006 01:04:38 +0000 Subject: [PATCH] Upgrade to commons-io 1.2 Begin to work on release 1.7 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394414 13f79535-47bb-0310-9956-ffa450edef68 --- scm/project.xml | 4 ++-- scm/xdocs/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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.