[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/887f48d2 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/887f48d2 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/887f48d2 Branch: refs/heads/master Commit: 887f48d2d436ca5d73e1547c70ed186734694829 Parents: fcec4be Author: Julian Hyde <[email protected]> Authored: Tue May 23 13:37:10 2017 -0700 Committer: Julian Hyde <[email protected]> Committed: Tue May 23 13:37:10 2017 -0700 ---------------------------------------------------------------------- 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/887f48d2/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 75f3029..7f41347 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/887f48d2/docker/pom.xml ---------------------------------------------------------------------- diff --git a/docker/pom.xml b/docker/pom.xml index 815bccc..c7a5352 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/887f48d2/metrics-dropwizardmetrics3/pom.xml ---------------------------------------------------------------------- diff --git a/metrics-dropwizardmetrics3/pom.xml b/metrics-dropwizardmetrics3/pom.xml index 49225e3..f6245ac 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/887f48d2/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/metrics/pom.xml b/metrics/pom.xml index ce0808d..9d95303 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/887f48d2/noop-driver/pom.xml ---------------------------------------------------------------------- diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml index 00e8228..19dd89b 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/887f48d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cd0bfd5..29d3910 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,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> <name>Apache Calcite Avatica Project</name> <description>Avatica is a JDBC driver framework which is a part of Apache Calcite</description> <url>https://calcite.apache.org/avatica</url> @@ -101,7 +101,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>avatica-1.10.0-rc0</tag> + <tag>HEAD</tag> </scm> <modules> <module>core</module> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/887f48d2/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 7bc375d..4fa9796 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/887f48d2/shaded/core/pom.xml ---------------------------------------------------------------------- diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml index 50f87a9..ea97813 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/887f48d2/standalone-server/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml index 53c37da..5beed53 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>Apache Calcite Avatica Standalone Server</name> http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/887f48d2/tck/pom.xml ---------------------------------------------------------------------- diff --git a/tck/pom.xml b/tck/pom.xml index 1183496..3bf3308 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>
