From 65d3242696a44114a9f428ad7ce9ed4623ada500 Mon Sep 17 00:00:00 2001 From: ChristopherDancy Date: Tue, 5 Jan 2016 16:03:47 -0500 Subject: [PATCH] [#4658] Fix encoding of pom.xml file Motivation: transport-native-epoll has its pom.xml encoding attribute set to ISO-8859-15. Because of this gradle, and other dependency management systems, can't correctly resolve this library from wherever it happens to be published. Modifications: netty/transport-native-epoll/pom.xml had its xml encoding changed to UTF-9 Result: Gradle, and other dependency management systems, will now be able to correctly resolve this module. --- transport-native-epoll/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 976a91fb6d..6fbe57981b 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -1,4 +1,4 @@ - +