Repository: calcite Updated Branches: refs/heads/master 889b9a88b -> 032e0d9a5
[CALCITE-1184] Update kerby dependency to 1.0.0-RC2 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/032e0d9a Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/032e0d9a Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/032e0d9a Branch: refs/heads/master Commit: 032e0d9a50a86e1219522eae53aba70672b2ca0a Parents: 889b9a8 Author: Josh Elser <[email protected]> Authored: Mon Apr 4 14:08:45 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Mon Apr 4 14:08:45 2016 -0400 ---------------------------------------------------------------------- avatica/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/032e0d9a/avatica/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/pom.xml b/avatica/pom.xml index 65084a4..64719db 100644 --- a/avatica/pom.xml +++ b/avatica/pom.xml @@ -78,7 +78,7 @@ limitations under the License. <jcip-annotations.version>1.0-1</jcip-annotations.version> <jetty.version>9.2.15.v20160210</jetty.version> <junit.version>4.12</junit.version> - <kerby.version>1.0.0-RC1</kerby.version> + <kerby.version>1.0.0-RC2</kerby.version> <maven-checkstyle-plugin.version>2.12.1</maven-checkstyle-plugin.version> <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
