Repository: flume Updated Branches: refs/heads/trunk 72b54c990 -> 7ffbd86bc
FLUME-2489. Upgrade Apache Curator to 2.6.0 (Santiago M. Mola via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7ffbd86b Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7ffbd86b Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7ffbd86b Branch: refs/heads/trunk Commit: 7ffbd86bc01013ef0a0cbf855243aec5d772a386 Parents: 72b54c9 Author: Hari Shreedharan <[email protected]> Authored: Fri Oct 10 00:11:21 2014 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Oct 10 00:11:21 2014 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7ffbd86b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 806d2a1..4f550d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1329,19 +1329,19 @@ limitations under the License. <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> <scope>test</scope> </dependency>
