You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2019/06/13 18:08:47 UTC

[calcite] 01/02: Bump version number for 1.20.0

This is an automated email from the ASF dual-hosted git repository.

mmior pushed a commit to branch branch-1.20
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit b1c14912538dba12f12c2277a3eadae1b0b741d7
Author: Michael Mior <mm...@cs.rit.edu>
AuthorDate: Thu Jun 13 13:19:25 2019 -0400

    Bump version number for 1.20.0
---
 README              | 2 +-
 pom.xml             | 2 +-
 site/_docs/howto.md | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 8d5bbe9..eb2e2c1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Calcite release 1.19.0
+Apache Calcite release 1.20.0
 
 This is a source or binary distribution of Apache Calcite.
 
diff --git a/pom.xml b/pom.xml
index 3d176d9..b03876d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,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>19</version.minor>
+    <version.minor>20</version.minor>
 
     <!-- Don't fail the build for vulnerabilities below this threshold. -->
     <failBuildOnCVSS>8</failBuildOnCVSS>
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 4aedd5d..6cdc375 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -38,8 +38,8 @@ Unpack the source distribution `.tar.gz` file,
 then build using the included maven wrapper:
 
 {% highlight bash %}
-$ tar xvfz calcite-1.19.0-source.tar.gz
-$ cd calcite-1.19.0
+$ tar xvfz calcite-1.20.0-source.tar.gz
+$ cd calcite-1.20.0
 $ ./mvnw install
 {% endhighlight %}