From 6ae705006618d1d2b462a5bce408677a90300994 Mon Sep 17 00:00:00 2001 From: Jason Tedor <jason@tedor.me> Date: Thu, 10 Aug 2017 11:08:57 +0900 Subject: [PATCH] Elasticsearch 5: Revert unrelated changes This commit reverts some unrelated changes to POMs for other bindings, perhaps made inadvertently while merging master into a development branch. --- hypertable/pom.xml | 4 ++-- jdbc/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hypertable/pom.xml b/hypertable/pom.xml index 2f4bf01d..aa05f141 100644 --- a/hypertable/pom.xml +++ b/hypertable/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2017 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -40,7 +40,7 @@ LICENSE file. <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> - <version>0.8.0</version> + <version>${thrift.version}</version> </dependency> <dependency> <groupId>org.hypertable</groupId> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index f33bbd9e..9f6fdd10 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2017 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -33,7 +33,7 @@ LICENSE file. <dependency> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-jdbc</artifactId> - <version>2.1.1</version> + <version>${openjpa.jdbc.version}</version> </dependency> <dependency> <groupId>com.yahoo.ycsb</groupId> -- GitLab