You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2013/08/06 01:33:08 UTC

[2/2] git commit: Fix Parquet version. Small other pom fixes.

Fix Parquet version.  Small other pom fixes.


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

Branch: refs/heads/master
Commit: ce7cf0d26678e3ae25ba5d5f5525738333decc57
Parents: 2fcff3e
Author: Jacques Nadeau <ja...@apache.org>
Authored: Mon Aug 5 16:32:44 2013 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Mon Aug 5 16:32:44 2013 -0700

----------------------------------------------------------------------
 sandbox/prototype/exec/java-exec/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ce7cf0d2/sandbox/prototype/exec/java-exec/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/prototype/exec/java-exec/pom.xml b/sandbox/prototype/exec/java-exec/pom.xml
index 15d489d..4b13952 100644
--- a/sandbox/prototype/exec/java-exec/pom.xml
+++ b/sandbox/prototype/exec/java-exec/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.twitter</groupId>
       <artifactId>parquet-column</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>com.yammer.metrics</groupId>
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>common</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.apache.drill</groupId>
       <artifactId>common</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>tests</classifier>
     </dependency>
     <dependency>