diff --git a/all/pom.xml b/all/pom.xml index f33895ce87..c9d60f7784 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -94,7 +94,7 @@ ${project.groupId} netty-transport-native-epoll ${project.version} - ${os.detected.classifier} + ${epoll.classifier} compile true diff --git a/example/pom.xml b/example/pom.xml index 4461bf99f2..662a1d171a 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -81,7 +81,7 @@ ${project.groupId} netty-tcnative - ${os.detected.classifier} + ${tcnative.classifier} org.eclipse.jetty.npn diff --git a/handler/pom.xml b/handler/pom.xml index 58337548c7..67e3ceb449 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -47,7 +47,7 @@ ${project.groupId} netty-tcnative - ${os.detected.classifier} + ${tcnative.classifier} true diff --git a/microbench/pom.xml b/microbench/pom.xml index e4f93df4bc..56c8926d81 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -68,7 +68,7 @@ ${project.groupId} netty-transport-native-epoll ${project.version} - linux-${epoll.arch} + ${epoll.classifier} junit diff --git a/pom.xml b/pom.xml index b4424e37d0..665c12cf94 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ Release process must be performed on linux-x86_64. os.detected.classifier - ^linux-x86_64$ + ^linux-x86_64(\\-fedora)?$ @@ -602,6 +602,11 @@ -Xbootclasspath/p:${jetty.alpn.path} -D_ -D_ + + + fedora + ${os.detected.classifier} + ${os.detected.name}-${os.detected.arch} @@ -691,8 +696,8 @@ ${project.groupId} netty-tcnative - 1.1.33.Fork6 - ${os.detected.classifier} + 1.1.33.Fork7 + ${tcnative.classifier} compile true @@ -937,7 +942,7 @@ kr.motd.maven os-maven-plugin - 1.2.3.Final + 1.4.0.Final diff --git a/testsuite/pom.xml b/testsuite/pom.xml index b984953a19..3086fe120c 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -52,7 +52,7 @@ ${project.groupId} netty-tcnative - ${os.detected.classifier} + ${tcnative.classifier} true diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 12484d7cca..c5b0c84604 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -51,7 +51,7 @@ ${project.groupId} netty-tcnative - ${os.detected.classifier} + ${tcnative.classifier} test @@ -105,7 +105,7 @@ jar - ${os.detected.classifier} + ${epoll.classifier}