Skip to content

Commit

Permalink
Update to netty-tcnative 2.0.0.Beta6
Browse files Browse the repository at this point in the history
Motivation:

New version of netty-tcnative was released.

Modifications:

Bump up version number

Result:

Using latest netty-tcnative
  • Loading branch information
normanmaurer committed Feb 21, 2017
1 parent 866107a commit 1626716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -242,7 +242,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.Beta5</tcnative.version>
<tcnative.version>2.0.0.Beta6</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>
Expand Down

0 comments on commit 1626716

Please sign in to comment.