Repository: tajo Updated Branches: refs/heads/master 95770e70b -> 491395a62
TAJO-1184: Upgrade netty-buffer to 4.0.24.Final. (jinho) Closes #248 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/491395a6 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/491395a6 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/491395a6 Branch: refs/heads/master Commit: 491395a627dd527e43c469f00908dfc0f815de62 Parents: 95770e7 Author: jhkim <[email protected]> Authored: Tue Nov 18 10:38:47 2014 +0900 Committer: jhkim <[email protected]> Committed: Tue Nov 18 10:38:47 2014 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-project/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/491395a6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index ee40913..53ab183 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,8 @@ Release 0.9.1 - unreleased TAJO-235: Support Oracle CatalogStore. (Jihun Kang via hyunsik) IMPROVEMENT + + TAJO-1184: Upgrade netty-buffer to 4.0.24.Final. (jinho) TAJO-1109: Separate SQL Statements from Catalog Stores. (Jihun Kang via hyunsik) http://git-wip-us.apache.org/repos/asf/tajo/blob/491395a6/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index 5493095..14a81c3 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -1008,7 +1008,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.0.23.Final</version> + <version>4.0.24.Final</version> </dependency> <dependency> <groupId>org.apache.derby</groupId>
