Skip to content

Commit

Permalink
Added netty-4.1 profile for more convenient testing against netty 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jekh committed Sep 6, 2015
1 parent d3cc639 commit aaa3656
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
<javadoc.opts />
</properties>
</profile>

<profile>
<id>netty-4.1</id>
<properties>
<netty.version>4.1.0.Beta6</netty.version>
</properties>
</profile>
</profiles>

<dependencies>
Expand Down

0 comments on commit aaa3656

Please sign in to comment.