Updated Branches: refs/heads/trunk 3cd4f805e -> 3b197119f
Bumped up to the latest Netty3 jar Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/3b197119 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/3b197119 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/3b197119 Branch: refs/heads/trunk Commit: 3b197119f498154dee7aa69ebe38d20d2eb43efb Parents: 3cd4f80 Author: Emmanuel Lécharny <[email protected]> Authored: Tue May 28 06:57:03 2013 +0200 Committer: Emmanuel Lécharny <[email protected]> Committed: Tue May 28 06:57:03 2013 +0200 ---------------------------------------------------------------------- benchmarks/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/3b197119/benchmarks/pom.xml ---------------------------------------------------------------------- diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 615756e..0b6cf13 100755 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -34,7 +34,7 @@ <properties> <!-- defined in order to run against a different MINA version --> <mina.version>${project.version}</mina.version> - <netty.version>3.6.3.Final</netty.version> + <netty3.version>3.6.6.Final</netty3.version> </properties> <dependencies> @@ -49,7 +49,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> - <version>${netty.version}</version> + <version>${netty3.version}</version> <scope>test</scope> </dependency>
