Upgrade toolbox, to fix line length issue on Windows
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/e15f89e5 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/e15f89e5 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/e15f89e5 Branch: refs/heads/master Commit: e15f89e5823104f0890ee92675cc0da45dcec4ca Parents: b4b04d2 Author: Julian Hyde <[email protected]> Authored: Mon Jan 11 18:49:50 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Tue Jan 12 13:47:17 2016 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/e15f89e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3253f25..2d83845 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ limitations under the License. <dependency> <groupId>net.hydromatic</groupId> <artifactId>toolbox</artifactId> - <version>0.2</version> + <version>0.3</version> </dependency> </dependencies> </plugin>
