ARTEMIS-286 Upgrade Netty to version 4.0.32.Final
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cafeaab8 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cafeaab8 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cafeaab8 Branch: refs/heads/master Commit: cafeaab8de249a8d6a2031e3d4e9dccd8979b35b Parents: 5a53de3 Author: Andrea Cosentino <[email protected]> Authored: Wed Oct 28 17:37:55 2015 +0100 Committer: Clebert Suconic <[email protected]> Committed: Thu Oct 29 09:22:21 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cafeaab8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f1fd068..1b8d6f2 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ <properties> <!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging --> <staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL> - <netty.version>4.0.30.Final</netty.version> + <netty.version>4.0.32.Final</netty.version> <jetty.version>9.2.11.v20150529</jetty.version> <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version> <activemq.version.versionName>${project.version}</activemq.version.versionName>
