Updated Branches: refs/heads/master 41c18197e -> bc24d1f12
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/bc24d1f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/bc24d1f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/bc24d1f1 Branch: refs/heads/master Commit: bc24d1f127d72c8c641cba64b8c2337c840e1574 Parents: 41c1819 Author: Jacques Nadeau <[email protected]> Authored: Wed Sep 4 04:23:53 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Sep 4 04:23:53 2013 -0700 ---------------------------------------------------------------------- common/pom.xml | 2 +- contrib/pom.xml | 2 +- contrib/sqlline/pom.xml | 6 +----- contrib/storage-hbase/pom.xml | 2 +- distribution/pom.xml | 10 +++++----- exec/bufferl/pom.xml | 2 +- exec/java-exec/pom.xml | 2 +- exec/pom.xml | 2 +- exec/ref/pom.xml | 4 ++-- pom.xml | 4 ++-- sqlparser/pom.xml | 4 ++-- 11 files changed, 18 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index eb63c1a..9b3df84 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <artifactId>common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index ddef7aa..ad4f60e 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <groupId>org.apache.drill.contrib</groupId> <artifactId>contrib-parent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/contrib/sqlline/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml index 52a6d1f..5405619 100644 --- a/contrib/sqlline/pom.xml +++ b/contrib/sqlline/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>sqlline</artifactId> @@ -34,8 +34,4 @@ <version>2.7.1</version> </dependency> </dependencies> - - <scm> - <tag>drill-root-1.0.0-m1</tag> - </scm> </project> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/contrib/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index bb907c2..b31e0cd 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>contrib-parent</artifactId> <groupId>org.apache.drill.contrib</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <artifactId>storage-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 2135360..29b78de 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <groupId>org.apache.drill</groupId> @@ -17,7 +17,7 @@ <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>java-exec</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.drill.exec</groupId> @@ -27,17 +27,17 @@ <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>ref</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.drill</groupId> <artifactId>sqlparser</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/exec/bufferl/pom.xml ---------------------------------------------------------------------- diff --git a/exec/bufferl/pom.xml b/exec/bufferl/pom.xml index c38010f..850290e 100644 --- a/exec/bufferl/pom.xml +++ b/exec/bufferl/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.drill.exec</groupId> <artifactId>exec-parent</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <groupId>org.apache.drill.exec</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index a5a55c8..3a2b0fd 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>exec-parent</artifactId> <groupId>org.apache.drill.exec</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <artifactId>java-exec</artifactId> <name>exec/Java Execution Engine</name> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/pom.xml b/exec/pom.xml index bd410c4..b2c54ad 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <groupId>org.apache.drill.exec</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/exec/ref/pom.xml ---------------------------------------------------------------------- diff --git a/exec/ref/pom.xml b/exec/ref/pom.xml index f392a75..c3601e5 100644 --- a/exec/ref/pom.xml +++ b/exec/ref/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>exec-parent</artifactId> <groupId>org.apache.drill.exec</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <artifactId>ref</artifactId> @@ -16,7 +16,7 @@ <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81e7fc8..c521fb1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.apache.drill</groupId> <artifactId>drill-root</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Drill Root POM</name> @@ -27,7 +27,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-drill.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-drill.git</developerConnection> <url>https://github.com/apache/incubator-drill</url> - <tag>drill-root-1.0.0-m1</tag> + <tag>HEAD</tag> </scm> <repositories> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bc24d1f1/sqlparser/pom.xml ---------------------------------------------------------------------- diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml index 10da491..eb1c548 100644 --- a/sqlparser/pom.xml +++ b/sqlparser/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </parent> <artifactId>sqlparser</artifactId> <name>SQL Parser</name> @@ -18,7 +18,7 @@ <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1</version> + <version>1.0.0-m2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.drill.exec</groupId>
