Repository: calcite-avatica Updated Branches: refs/heads/docker ae972bdd8 -> fe046b419
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/fe046b41 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/fe046b41 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/fe046b41 Branch: refs/heads/docker Commit: fe046b419b8ef9f2e3d60c77375a24baf439b1bb Parents: ae972bd Author: Josh Elser <[email protected]> Authored: Tue Apr 4 17:10:29 2017 -0400 Committer: Josh Elser <[email protected]> Committed: Tue Apr 4 17:10:29 2017 -0400 ---------------------------------------------------------------------- core/pom.xml | 2 +- docker/pom.xml | 2 +- metrics-dropwizardmetrics3/pom.xml | 2 +- metrics/pom.xml | 2 +- noop-driver/pom.xml | 2 +- pom.xml | 4 ++-- server/pom.xml | 2 +- shaded/core/pom.xml | 2 +- standalone-server/pom.xml | 2 +- tck/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 2d33880..acfffe9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-core</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/docker/pom.xml ---------------------------------------------------------------------- diff --git a/docker/pom.xml b/docker/pom.xml index 34973d9..7ac026f 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-docker</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/metrics-dropwizardmetrics3/pom.xml ---------------------------------------------------------------------- diff --git a/metrics-dropwizardmetrics3/pom.xml b/metrics-dropwizardmetrics3/pom.xml index d6f5bbf..1b58577 100644 --- a/metrics-dropwizardmetrics3/pom.xml +++ b/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.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-metrics-dropwizardmetrics3</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/metrics/pom.xml b/metrics/pom.xml index 59a51be..dc4c55a 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/noop-driver/pom.xml ---------------------------------------------------------------------- diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml index 3dc008e..f0b18b5 100644 --- a/noop-driver/pom.xml +++ b/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.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-noop-driver</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1d5790..7ab94e4 100644 --- a/pom.xml +++ b/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.10.0</version> + <version>1.11.0-SNAPSHOT</version> <!-- More project information. --> <name>Apache Calcite Avatica Project</name> @@ -98,7 +98,7 @@ limitations under the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</developerConnection> <url>https://github.com/apache/calcite-avatica</url> - <tag>test-avatica-1.10.0-elserj-test</tag> + <tag>HEAD</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 452cee6..31abc99 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-server</artifactId> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/shaded/core/pom.xml ---------------------------------------------------------------------- diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml index b674b25..8ff675e 100644 --- a/shaded/core/pom.xml +++ b/shaded/core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/standalone-server/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml index 29b5d93..b49ab9e 100644 --- a/standalone-server/pom.xml +++ b/standalone-server/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-standalone-server</artifactId> <name>Avatica Standalone Server</name> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/fe046b41/tck/pom.xml ---------------------------------------------------------------------- diff --git a/tck/pom.xml b/tck/pom.xml index efebd20..a79de74 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> - <version>1.10.0</version> + <version>1.11.0-SNAPSHOT</version> </parent> <artifactId>avatica-tck</artifactId>
