You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/06/10 07:15:22 UTC

[2/2] camel git commit: CAMEL-10002: migrate to netty 4.1.0.Final

CAMEL-10002: migrate to netty 4.1.0.Final


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/559cca80
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/559cca80
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/559cca80

Branch: refs/heads/master
Commit: 559cca80db9451680327a1827cdc1c676633c65a
Parents: 540daa0
Author: Arno Noordover <an...@users.noreply.github.com>
Authored: Wed Jun 8 13:53:56 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Jun 10 09:14:24 2016 +0200

----------------------------------------------------------------------
 components/camel-netty4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/559cca80/components/camel-netty4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4/pom.xml b/components/camel-netty4/pom.xml
index c9ff493..11ccf72 100644
--- a/components/camel-netty4/pom.xml
+++ b/components/camel-netty4/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>${netty-version}</version>
+      <version>${netty41-version}</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>