From 232e529a3b036dccd572480ded7974ce53f6d416 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 21 Oct 2014 22:31:46 +0900 Subject: [PATCH] Fix missing version properties of transport-epoll in all-in-one JAR Related: #2952 Motivation: META-INF/io.netty.versions.properties in netty-all-*.jar does not contain the version information about the netty-transport-epoll module. Modifications: Fix a bug in the regular expression in pom.xml, so that the artifacts with a classifier is also included in the version properties file. Result: The version information of all modules are included in the version properties file, and Version.identify() does not miss netty-transport-epoll. --- all/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all/pom.xml b/all/pom.xml index 2fa83cdc45..3a311dfb1b 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -345,7 +345,7 @@ - +