diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 1882867f51..b9accb67a2 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -179,7 +179,7 @@ true - META-INF/native/libnetty_transport_native_epoll_${os.detected.arch}.so; osname=linux; processor=${os.detected.arch},* + META-INF/native/libnetty_transport_native_epoll_${os.detected.arch}.so; osname=Linux; processor=${os.detected.arch},* true ${project.build.outputDirectory}/META-INF/MANIFEST.MF diff --git a/transport-native-kqueue/pom.xml b/transport-native-kqueue/pom.xml index 56b2942641..0ff618bd1c 100644 --- a/transport-native-kqueue/pom.xml +++ b/transport-native-kqueue/pom.xml @@ -110,7 +110,7 @@ true - META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=darwin, processor=${os.detected.arch}" + META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=MacOSX, processor=${os.detected.arch}" true ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -217,7 +217,7 @@ true - META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=darwin, processor=${os.detected.arch}" + META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=OpenBSD, processor=${os.detected.arch}" true ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -324,7 +324,7 @@ true - META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=darwin, processor=${os.detected.arch}" + META-INF/native/libnetty_transport_native_kqueue_${os.detected.arch}.jnilib; osname=FreeBSD, processor=${os.detected.arch}" true ${project.build.outputDirectory}/META-INF/MANIFEST.MF