Updated Branches:
  refs/heads/master 53208acbb -> 10866cf06

DRILL-209: Build is broken due to incorrect dependency versions of drill 
artifacts


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/b34b89a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/b34b89a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/b34b89a3

Branch: refs/heads/master
Commit: b34b89a3681ab1cc870329f62aa74972bdce68f1
Parents: 53208ac
Author: Aditya Kishore <[email protected]>
Authored: Wed Sep 4 14:32:35 2013 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Thu Sep 5 16:25:31 2013 -0700

----------------------------------------------------------------------
 contrib/pom.xml         | 5 +++--
 contrib/sqlline/pom.xml | 2 +-
 distribution/pom.xml    | 8 ++++----
 exec/ref/pom.xml        | 2 +-
 sqlparser/pom.xml       | 2 +-
 5 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b34b89a3/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index e521ffe..4965823 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -7,14 +7,15 @@
     <groupId>org.apache.drill</groupId>
     <version>1.0.0-m1-SNAPSHOT</version>
   </parent>
-    <groupId>org.apache.drill.contrib</groupId>
+
+  <groupId>org.apache.drill.contrib</groupId>
   <artifactId>contrib-parent</artifactId>
   <name>contrib/Parent Pom</name>
   <packaging>pom</packaging>
 
   <dependencies>
-
   </dependencies>
+
   <modules>
     <module>storage-hbase</module>
     <module>sqlline</module>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b34b89a3/contrib/sqlline/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml
index fa8cc7f..b87bca2 100644
--- a/contrib/sqlline/pom.xml
+++ b/contrib/sqlline/pom.xml
@@ -15,7 +15,7 @@
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>sqlparser</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b34b89a3/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 579d2cc..a2123ae 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
       <artifactId>java-exec</artifactId>
-      <version>1.0.0-m1-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
@@ -28,17 +28,17 @@
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
       <artifactId>ref</artifactId>
-      <version>1.0.0-m1-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>common</artifactId>
-      <version>1.0.0-m1-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>sqlparser</artifactId>
-      <version>1.0.0-m1-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.google.protobuf</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b34b89a3/exec/ref/pom.xml
----------------------------------------------------------------------
diff --git a/exec/ref/pom.xml b/exec/ref/pom.xml
index a22b8b4..f819ff1 100644
--- a/exec/ref/pom.xml
+++ b/exec/ref/pom.xml
@@ -18,7 +18,7 @@
                <dependency>
                        <groupId>org.apache.drill</groupId>
                        <artifactId>common</artifactId>
-                       <version>1.0.0-m1-SNAPSHOT</version>
+                       <version>${project.version}</version>
                </dependency>
 
                <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/b34b89a3/sqlparser/pom.xml
----------------------------------------------------------------------
diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml
index 6ae2cb6..8260df2 100644
--- a/sqlparser/pom.xml
+++ b/sqlparser/pom.xml
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>common</artifactId>
-      <version>1.0.0-m1-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>

Reply via email to