[calcite] branch branch-1.21 updated: [maven-release-plugin] prepare release calcite-1.21.0

2019-09-06 Thread zabetak
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/branch-1.21 by this push:
 new adc1532  [maven-release-plugin] prepare release calcite-1.21.0
adc1532 is described below

commit adc1532de853060d24fd0129257a3fae306fb55c
Author: Stamatis Zampetakis 
AuthorDate: Fri Sep 6 14:41:49 2019 +0200

[maven-release-plugin] prepare release calcite-1.21.0
---
 babel/pom.xml| 4 ++--
 cassandra/pom.xml| 4 ++--
 core/pom.xml | 4 ++--
 druid/pom.xml| 4 ++--
 elasticsearch/pom.xml| 4 ++--
 example/csv/pom.xml  | 4 ++--
 example/function/pom.xml | 4 ++--
 example/pom.xml  | 4 ++--
 file/pom.xml | 4 ++--
 geode/pom.xml| 4 ++--
 kafka/pom.xml| 2 +-
 linq4j/pom.xml   | 4 ++--
 mongodb/pom.xml  | 4 ++--
 pig/pom.xml  | 4 ++--
 piglet/pom.xml   | 4 ++--
 plus/pom.xml | 4 ++--
 pom.xml  | 4 ++--
 server/pom.xml   | 4 ++--
 spark/pom.xml| 4 ++--
 splunk/pom.xml   | 4 ++--
 ubenchmark/pom.xml   | 2 +-
 21 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/babel/pom.xml b/babel/pom.xml
index e27b2e3..b184f2d 100644
--- a/babel/pom.xml
+++ b/babel/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-babel
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Babel
   Calcite Babel
 
diff --git a/cassandra/pom.xml b/cassandra/pom.xml
index ffa60aa..b075e0a 100644
--- a/cassandra/pom.xml
+++ b/cassandra/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-cassandra
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Cassandra
   Cassandra adapter for Calcite
 
diff --git a/core/pom.xml b/core/pom.xml
index 6392973..fd34d56 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-core
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Core
   Core Calcite APIs and engine.
 
diff --git a/druid/pom.xml b/druid/pom.xml
index 450f82d..aa29109 100644
--- a/druid/pom.xml
+++ b/druid/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-druid
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Druid
   Druid adapter for Calcite
 
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 6425d7b..a747b17 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -21,12 +21,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-elasticsearch
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Elasticsearch
   Elasticsearch adapter for Calcite
 
diff --git a/example/csv/pom.xml b/example/csv/pom.xml
index 663ab80..0f7b79b 100644
--- a/example/csv/pom.xml
+++ b/example/csv/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite-example
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-example-csv
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Example CSV
   An example Calcite provider that reads CSV files
 
diff --git a/example/function/pom.xml b/example/function/pom.xml
index f3751dc..db6b134 100644
--- a/example/function/pom.xml
+++ b/example/function/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite-example
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-example-function
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Example Function
   Examples of user-defined Calcite functions
 
diff --git a/example/pom.xml b/example/pom.xml
index fea1e6c..3bc0390 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   
   calcite-example
   pom
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Examples
   Calcite examples
 
diff --git a/file/pom.xml b/file/pom.xml
index 1c723b5..be63416 100644
--- a/file/pom.xml
+++ b/file/pom.xml
@@ -19,13 +19,13 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   
   calcite-file
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite File
   Calcite provider that reads files and URIs
 
diff --git a/geode/pom.xml b/geode/pom.xml
index b9e4f97..20580bc 100644
--- a/geode/pom.xml
+++ b/geode/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-geode
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Geode
   Geode

[calcite] branch branch-1.21 updated: [maven-release-plugin] prepare release calcite-1.21.0

2019-09-02 Thread zabetak
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/branch-1.21 by this push:
 new 4420139  [maven-release-plugin] prepare release calcite-1.21.0
4420139 is described below

commit 4420139600bb68f8568c4b1c960ad4dbcb1a43f1
Author: Stamatis Zampetakis 
AuthorDate: Mon Sep 2 15:24:08 2019 +0200

[maven-release-plugin] prepare release calcite-1.21.0
---
 babel/pom.xml| 4 ++--
 cassandra/pom.xml| 4 ++--
 core/pom.xml | 4 ++--
 druid/pom.xml| 4 ++--
 elasticsearch/pom.xml| 4 ++--
 example/csv/pom.xml  | 4 ++--
 example/function/pom.xml | 4 ++--
 example/pom.xml  | 4 ++--
 file/pom.xml | 4 ++--
 geode/pom.xml| 4 ++--
 kafka/pom.xml| 2 +-
 linq4j/pom.xml   | 4 ++--
 mongodb/pom.xml  | 4 ++--
 pig/pom.xml  | 4 ++--
 piglet/pom.xml   | 4 ++--
 plus/pom.xml | 4 ++--
 pom.xml  | 4 ++--
 server/pom.xml   | 4 ++--
 spark/pom.xml| 4 ++--
 splunk/pom.xml   | 4 ++--
 ubenchmark/pom.xml   | 2 +-
 21 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/babel/pom.xml b/babel/pom.xml
index e27b2e3..b184f2d 100644
--- a/babel/pom.xml
+++ b/babel/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-babel
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Babel
   Calcite Babel
 
diff --git a/cassandra/pom.xml b/cassandra/pom.xml
index ffa60aa..b075e0a 100644
--- a/cassandra/pom.xml
+++ b/cassandra/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-cassandra
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Cassandra
   Cassandra adapter for Calcite
 
diff --git a/core/pom.xml b/core/pom.xml
index 6392973..fd34d56 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-core
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Core
   Core Calcite APIs and engine.
 
diff --git a/druid/pom.xml b/druid/pom.xml
index 450f82d..aa29109 100644
--- a/druid/pom.xml
+++ b/druid/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-druid
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Druid
   Druid adapter for Calcite
 
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 6425d7b..a747b17 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -21,12 +21,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-elasticsearch
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Elasticsearch
   Elasticsearch adapter for Calcite
 
diff --git a/example/csv/pom.xml b/example/csv/pom.xml
index 663ab80..0f7b79b 100644
--- a/example/csv/pom.xml
+++ b/example/csv/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite-example
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-example-csv
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Example CSV
   An example Calcite provider that reads CSV files
 
diff --git a/example/function/pom.xml b/example/function/pom.xml
index f3751dc..db6b134 100644
--- a/example/function/pom.xml
+++ b/example/function/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite-example
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-example-function
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Example Function
   Examples of user-defined Calcite functions
 
diff --git a/example/pom.xml b/example/pom.xml
index fea1e6c..3bc0390 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   
   calcite-example
   pom
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Examples
   Calcite examples
 
diff --git a/file/pom.xml b/file/pom.xml
index 1c723b5..be63416 100644
--- a/file/pom.xml
+++ b/file/pom.xml
@@ -19,13 +19,13 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   
   calcite-file
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite File
   Calcite provider that reads files and URIs
 
diff --git a/geode/pom.xml b/geode/pom.xml
index b9e4f97..20580bc 100644
--- a/geode/pom.xml
+++ b/geode/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   
 org.apache.calcite
 calcite
-1.21.0-SNAPSHOT
+1.21.0
   
 
   calcite-geode
   jar
-  1.21.0-SNAPSHOT
+  1.21.0
   Calcite Geode
   Geode