Updated Branches:
  refs/heads/1.0.0-milestone1 [created] a77cd670e

[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/a77cd670
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/a77cd670
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/a77cd670

Branch: refs/heads/1.0.0-milestone1
Commit: a77cd670e2461ff8c65401303e18a89a756a8e99
Parents: 49ba20a
Author: Jacques Nadeau <[email protected]>
Authored: Tue Sep 10 22:06:41 2013 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Tue Sep 10 22:06:41 2013 -0700

----------------------------------------------------------------------
 common/pom.xml                | 2 +-
 contrib/pom.xml               | 2 +-
 contrib/sqlline/pom.xml       | 2 +-
 contrib/storage-hbase/pom.xml | 2 +-
 distribution/pom.xml          | 4 ++--
 exec/bufferl/pom.xml          | 4 ++--
 exec/java-exec/pom.xml        | 4 ++--
 exec/pom.xml                  | 2 +-
 exec/ref/pom.xml              | 2 +-
 pom.xml                       | 4 ++--
 sqlparser/pom.xml             | 2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index b282ccd..01c6d31 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 18cd5bb..d6af214 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.contrib</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/contrib/sqlline/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml
index c890bdd..8483b39 100644
--- a/contrib/sqlline/pom.xml
+++ b/contrib/sqlline/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sqlline</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/contrib/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 0d23562..1b4c4c6 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>storage-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index dd45e63..f1fad48 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill</groupId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
       <artifactId>netty-bufferl</artifactId>
-      <version>4.0.7.Final</version>
+      <version>4.0.8.Final-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/exec/bufferl/pom.xml
----------------------------------------------------------------------
diff --git a/exec/bufferl/pom.xml b/exec/bufferl/pom.xml
index e91e5bb..579a575 100644
--- a/exec/bufferl/pom.xml
+++ b/exec/bufferl/pom.xml
@@ -15,11 +15,11 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>
-  <version>4.0.7.Final</version>
+  <version>4.0.8.Final-SNAPSHOT</version>
   <artifactId>netty-bufferl</artifactId>
 
   <name>exec/Netty Little Endian Buffers</name>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/exec/java-exec/pom.xml
----------------------------------------------------------------------
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 549c484..1515d6e 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>java-exec</artifactId>
   <name>exec/Java Execution Engine</name>
@@ -123,7 +123,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
-      <version>4.0.7.Final</version>
+      <version>4.0.8.Final-SNAPSHOT</version>
       <artifactId>netty-bufferl</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/exec/pom.xml
----------------------------------------------------------------------
diff --git a/exec/pom.xml b/exec/pom.xml
index 73449a7..a463015 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/exec/ref/pom.xml
----------------------------------------------------------------------
diff --git a/exec/ref/pom.xml b/exec/ref/pom.xml
index 19cd47d..939e745 100644
--- a/exec/ref/pom.xml
+++ b/exec/ref/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>exec-parent</artifactId>
                <groupId>org.apache.drill.exec</groupId>
-               <version>1.0.0-m1-incubating</version>
+               <version>1.0.0-m2-incubating-SNAPSHOT</version>
        </parent>
 
        <artifactId>ref</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 944bd8b..8279f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-root</artifactId>
-  <version>1.0.0-m1-incubating</version>
+  <version>1.0.0-m2-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Drill Root POM</name>
@@ -36,7 +36,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-1.0.0-m1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a77cd670/sqlparser/pom.xml
----------------------------------------------------------------------
diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml
index e52bf38..1d55ae6 100644
--- a/sqlparser/pom.xml
+++ b/sqlparser/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.0.0-m1-incubating</version>
+    <version>1.0.0-m2-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sqlparser</artifactId>
   <name>SQL Parser</name>

Reply via email to