Skip to content

Commit

Permalink
Merge pull request #507 from jekh/netty-4.1-in-dist
Browse files Browse the repository at this point in the history
Making netty 4.1 the default in standalone mode
  • Loading branch information
jekh authored Jul 19, 2016
2 parents 5dc62a7 + 4f2cba1 commit 7288ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions browsermob-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<properties>
<zip.name>${project.parent.artifactId}-${project.version}</zip.name>
<netty.version>${netty-4.1.version}</netty.version>
</properties>

<dependencies>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>

<netty.version>4.0.39.Final</netty.version>
<!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
<netty-4.1.version>4.1.3.Final</netty-4.1.version>

<bouncycastle.version>1.54</bouncycastle.version>
</properties>
Expand Down Expand Up @@ -468,7 +470,7 @@
<profile>
<id>netty-4.1</id>
<properties>
<netty.version>4.1.3.Final</netty.version>
<netty.version>${netty-4.1.version}</netty.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 7288ecf

Please sign in to comment.