Repository: calcite Updated Branches: refs/heads/branch-1.6 78973eca9 -> be7f4ff7a (forced update)
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/98928c1d Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/98928c1d Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/98928c1d Branch: refs/heads/branch-1.6 Commit: 98928c1d7dbb9cc8819355209e18a55255acaafa Parents: bda2b0d Author: Julian Hyde <[email protected]> Authored: Mon Jan 11 18:49:50 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Mon Jan 11 19:01:49 2016 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/98928c1d/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>
