Repository: calcite Updated Branches: refs/heads/branch-1.12 0e85fc64d -> 27522462f
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/27522462 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/27522462 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/27522462 Branch: refs/heads/branch-1.12 Commit: 27522462ff4bad232288ec3612ec8ddb07d48f37 Parents: 0e85fc6 Author: Julian Hyde <[email protected]> Authored: Fri Mar 17 13:54:06 2017 -0700 Committer: Julian Hyde <[email protected]> Committed: Fri Mar 17 13:54:06 2017 -0700 ---------------------------------------------------------------------- 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 ++-- linq4j/pom.xml | 4 ++-- mongodb/pom.xml | 4 ++-- pig/pom.xml | 4 ++-- piglet/pom.xml | 4 ++-- plus/pom.xml | 4 ++-- pom.xml | 4 ++-- spark/pom.xml | 4 ++-- splunk/pom.xml | 4 ++-- ubenchmark/pom.xml | 2 +- 17 files changed, 33 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/cassandra/pom.xml b/cassandra/pom.xml index e55bb3a..81294e0 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-cassandra</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Cassandra</name> <description>Cassandra adapter for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index a0e3b9e..c5d6c36 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-core</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Core</name> <description>Core Calcite APIs and engine.</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/druid/pom.xml ---------------------------------------------------------------------- diff --git a/druid/pom.xml b/druid/pom.xml index 27fc4d8..7e433cd 100644 --- a/druid/pom.xml +++ b/druid/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-druid</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Druid</name> <description>Druid adapter for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 22a58cf..f546621 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -21,12 +21,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-elasticsearch</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Elasticsearch</name> <description>Elasticsearch adapter for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/example/csv/pom.xml ---------------------------------------------------------------------- diff --git a/example/csv/pom.xml b/example/csv/pom.xml index 5e9330e..2a28120 100644 --- a/example/csv/pom.xml +++ b/example/csv/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite-example</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-example-csv</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Example CSV</name> <description>An example Calcite provider that reads CSV files</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/example/function/pom.xml ---------------------------------------------------------------------- diff --git a/example/function/pom.xml b/example/function/pom.xml index 6f049ae..41bb2e4 100644 --- a/example/function/pom.xml +++ b/example/function/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite-example</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-example-function</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Example Function</name> <description>Examples of user-defined Calcite functions</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/example/pom.xml ---------------------------------------------------------------------- diff --git a/example/pom.xml b/example/pom.xml index 9409d6e..5d63800 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -20,13 +20,13 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <!-- The basics. --> <artifactId>calcite-example</artifactId> <packaging>pom</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Examples</name> <description>Calcite examples</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/file/pom.xml ---------------------------------------------------------------------- diff --git a/file/pom.xml b/file/pom.xml index 5f706da..1f2dc1a 100644 --- a/file/pom.xml +++ b/file/pom.xml @@ -19,13 +19,13 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <!-- The basics. --> <artifactId>calcite-file</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite File</name> <description>Calcite provider that reads files and URIs</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/linq4j/pom.xml ---------------------------------------------------------------------- diff --git a/linq4j/pom.xml b/linq4j/pom.xml index 3e60fdb..8c42e1a 100644 --- a/linq4j/pom.xml +++ b/linq4j/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-linq4j</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Linq4j</name> <description>Calcite APIs for LINQ (Language-Integrated Query) in Java</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/mongodb/pom.xml b/mongodb/pom.xml index e104f5c..53eadcf 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-mongodb</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite MongoDB</name> <description>MongoDB adapter for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/pig/pom.xml ---------------------------------------------------------------------- diff --git a/pig/pom.xml b/pig/pom.xml index 52afdea..fbf5e07 100644 --- a/pig/pom.xml +++ b/pig/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-pig</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Pig</name> <description>Pig adapter for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/piglet/pom.xml ---------------------------------------------------------------------- diff --git a/piglet/pom.xml b/piglet/pom.xml index 6a4a6d0..d6759e6 100644 --- a/piglet/pom.xml +++ b/piglet/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-piglet</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Piglet</name> <description>Pig-like language built on top of Calcite algebra</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/plus/pom.xml ---------------------------------------------------------------------- diff --git a/plus/pom.xml b/plus/pom.xml index a72a246..003c2b2 100644 --- a/plus/pom.xml +++ b/plus/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-plus</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Plus</name> <description>Miscellaneous extras for Calcite</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 831c1a5..bbfbc9c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <packaging>pom</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <!-- More project information. --> <name>Calcite</name> @@ -132,7 +132,7 @@ limitations under the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection> <url>https://github.com/apache/calcite</url> - <tag>calcite-1.12.0</tag> + <tag>HEAD</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 131dd99..ed82405 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-spark</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Spark</name> <properties> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/splunk/pom.xml ---------------------------------------------------------------------- diff --git a/splunk/pom.xml b/splunk/pom.xml index bef7c63..8669f2c 100644 --- a/splunk/pom.xml +++ b/splunk/pom.xml @@ -20,12 +20,12 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>calcite-splunk</artifactId> <packaging>jar</packaging> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> <name>Calcite Splunk</name> <description>Splunk adapter for Calcite; also a JDBC driver for Splunk</description> http://git-wip-us.apache.org/repos/asf/calcite/blob/27522462/ubenchmark/pom.xml ---------------------------------------------------------------------- diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml index f039f3a..e9f504f 100644 --- a/ubenchmark/pom.xml +++ b/ubenchmark/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> - <version>1.12.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <properties>
