Update version numbers for 1.14 release
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/5410e79a Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/5410e79a Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/5410e79a Branch: refs/heads/branch-1.14 Commit: 5410e79aaf788f6fb59c9c72c5f672e7dd02e5b3 Parents: 3520913 Author: Michael Mior <[email protected]> Authored: Mon Aug 28 17:03:37 2017 -0400 Committer: Michael Mior <[email protected]> Committed: Thu Aug 31 04:51:50 2017 -0400 ---------------------------------------------------------------------- README | 2 +- pom.xml | 2 +- site/_docs/howto.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/5410e79a/README ---------------------------------------------------------------------- diff --git a/README b/README index 48b3d4a..b2cd7e3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Apache Calcite release 1.13.0 +Apache Calcite release 1.14.0 This is a source or binary distribution of Apache Calcite. http://git-wip-us.apache.org/repos/asf/calcite/blob/5410e79a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb83c87..e888a11 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ limitations under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <top.dir>${project.basedir}</top.dir> <version.major>1</version.major> - <version.minor>13</version.minor> + <version.minor>14</version.minor> <!-- This list is in alphabetical order. --> <airlift-tpch.version>0.1</airlift-tpch.version> http://git-wip-us.apache.org/repos/asf/calcite/blob/5410e79a/site/_docs/howto.md ---------------------------------------------------------------------- diff --git a/site/_docs/howto.md b/site/_docs/howto.md index 8a5617d..b570725 100644 --- a/site/_docs/howto.md +++ b/site/_docs/howto.md @@ -39,8 +39,8 @@ Unpack the source distribution `.tar.gz` or `.zip` file, then build using maven: {% highlight bash %} -$ tar xvfz calcite-1.13.0-source.tar.gz -$ cd calcite-1.13.0 +$ tar xvfz calcite-1.14.0-source.tar.gz +$ cd calcite-1.14.0 $ mvn install {% endhighlight %}
