Fix bufferl snapshot version so it depends on correct netty upstream
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/c9f90c21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/c9f90c21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/c9f90c21 Branch: refs/heads/master Commit: c9f90c21f46ae7d28c35d1fe68844754479ba1db Parents: a77cd67 Author: Jacques Nadeau <[email protected]> Authored: Tue Sep 17 10:12:19 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Tue Sep 17 10:12:19 2013 -0700 ---------------------------------------------------------------------- exec/bufferl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/c9f90c21/exec/bufferl/pom.xml ---------------------------------------------------------------------- diff --git a/exec/bufferl/pom.xml b/exec/bufferl/pom.xml index 579a575..eae272d 100644 --- a/exec/bufferl/pom.xml +++ b/exec/bufferl/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${project.version}</version> + <version>4.0.7.Final</version> </dependency> </dependencies>
