upgrade to maven-release-plugin 2.4.1 and use LANG='en_US.UTF-8'

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab93f035
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab93f035
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab93f035

Branch: refs/heads/camel-2.10.x
Commit: ab93f03588c4c9fccda6ae75956a9ca129883e61
Parents: bdd2581
Author: cmueller <cmuel...@apache.org>
Authored: Sat Jun 22 16:11:37 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ab93f035/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7d2e74..82da43a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -207,9 +207,8 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <!-- we have to stick to this version unti the below issue is 
resolved -->
-          <!-- see http://jira.codehaus.org/browse/MRELEASE-695 -->
-          <version>2.1</version>
+          <!-- see http://jira.codehaus.org/browse/MRELEASE-812 -->
+          <version>2.4.1</version>
           <configuration>
                <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>

Reply via email to