Replacing strange chars in pom.xml with spaces
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/1b40d560 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/1b40d560 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/1b40d560 Branch: refs/heads/1.6.x Commit: 1b40d5604afee2608c9db2fa1c8042c5b7bf17c9 Parents: 3e27991 Author: Andrew Phillips <[email protected]> Authored: Wed Nov 20 00:18:56 2013 -0500 Committer: Andrew Phillips <[email protected]> Committed: Tue Dec 10 09:45:24 2013 -0500 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1b40d560/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e4ed955..725a9a6 100644 --- a/pom.xml +++ b/pom.xml @@ -92,9 +92,9 @@ <keyword>Licensed</keyword> </keywords> <mapping> - <xml>XML_STYLE</xml> - Â Â <java>SLASHSTAR_STYLE</java> - Â Â <clj>SEMICOLON_STYLE</clj> + <xml>XML_STYLE</xml> + <java>SLASHSTAR_STYLE</java> + <clj>SEMICOLON_STYLE</clj> </mapping> <excludes> <!-- expectation files for unit tests -->
