Updated Branches: refs/heads/camel-2.11.x 0c36c064a -> db644f9d7
Fix build failure due to incorrect property name Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/db644f9d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/db644f9d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/db644f9d Branch: refs/heads/camel-2.11.x Commit: db644f9d76638319c8b82955d3a049548e4cffd6 Parents: 0c36c06 Author: Hadrian Zbarcea <[email protected]> Authored: Fri Dec 6 12:07:27 2013 -0500 Committer: Hadrian Zbarcea <[email protected]> Committed: Fri Dec 6 12:07:27 2013 -0500 ---------------------------------------------------------------------- components/camel-zookeeper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/db644f9d/components/camel-zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml index dab41c8..cbf0647 100644 --- a/components/camel-zookeeper/pom.xml +++ b/components/camel-zookeeper/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> - <version>${netty3-version}</version> + <version>${netty-version}</version> </dependency> <!-- test dependencies -->
