Update to netty-tcnative 2.0.0.Beta4

This commit is contained in:
Norman Maurer 2017-02-16 20:54:18 +01:00 committed by Scott Mitchell
parent 795f318c3c
commit 38496a23da

View File

@ -244,7 +244,7 @@
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
<tcnative.version>2.0.0.Beta3</tcnative.version>
<tcnative.version>2.0.0.Beta4</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<epoll.classifier>${os.detected.name}-${os.detected.arch}</epoll.classifier>
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>