Repository: calcite Updated Branches: refs/heads/master 4b93fa826 -> b37413336
Restore Avatica development version to 1.8.0-SNAPSHOT. Looks like this got goofed up on the merge after 1.7.1. Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/b3741333 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/b3741333 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/b3741333 Branch: refs/heads/master Commit: b374133361d31ebe8e136668b4a5148ce2cb83b1 Parents: 4b93fa8 Author: Josh Elser <[email protected]> Authored: Wed Mar 23 12:12:35 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Wed Mar 23 12:12:35 2016 -0400 ---------------------------------------------------------------------- avatica/core/pom.xml | 2 +- avatica/metrics-dropwizardmetrics3/pom.xml | 2 +- avatica/metrics/pom.xml | 2 +- avatica/noop-driver/pom.xml | 2 +- avatica/pom.xml | 2 +- avatica/server/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/core/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml index bf62088..73e97ce 100644 --- a/avatica/core/pom.xml +++ b/avatica/core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>avatica</artifactId> http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/metrics-dropwizardmetrics3/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml index 8f85a87..52e59e7 100644 --- a/avatica/metrics-dropwizardmetrics3/pom.xml +++ b/avatica/metrics-dropwizardmetrics3/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>avatica-metrics-dropwizardmetrics3</artifactId> http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml index 31f4db4..4e6d97b 100644 --- a/avatica/metrics/pom.xml +++ b/avatica/metrics/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>avatica-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/noop-driver/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml index 42744c8..2a6bc0b 100644 --- a/avatica/noop-driver/pom.xml +++ b/avatica/noop-driver/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>avatica-noop-driver</artifactId> http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/pom.xml b/avatica/pom.xml index cbcfea7..938b3a5 100644 --- a/avatica/pom.xml +++ b/avatica/pom.xml @@ -29,7 +29,7 @@ limitations under the License. <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> <packaging>pom</packaging> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <!-- More project information. --> <name>Apache Calcite Avatica Project</name> http://git-wip-us.apache.org/repos/asf/calcite/blob/b3741333/avatica/server/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml index 3b8bfdc..9bb841e 100644 --- a/avatica/server/pom.xml +++ b/avatica/server/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>avatica-server</artifactId>
