You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/09/04 04:26:57 UTC

activemq-artemis git commit: ARTEMIS-120 - Netty update

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7cb462f2a -> d70791c95


ARTEMIS-120 - Netty update


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d70791c9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d70791c9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d70791c9

Branch: refs/heads/master
Commit: d70791c95a0447e73a852309682c82fc3d83d6a5
Parents: 7cb462f
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Sep 3 22:26:46 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Sep 3 22:26:46 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d70791c9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 111dffa..a2fb5b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,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.28.Final</netty.version>
+      <netty.version>4.0.30.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>