aboutsummaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorAditya Kishore <aditya@maprtech.com>2014-09-11 19:22:07 -0700
committerAditya Kishore <aditya@maprtech.com>2014-09-11 19:22:07 -0700
commit036fe4c33dcef3fc9b4a3a22472b7aec8cfa2fad (patch)
tree733b7742c711e3f696a5291d97e20c46542941f3 /exec
parent686eb9ef6d5dd425ae2eff4d2da58014b050fe6b (diff)
Updating projects version to 0.6.0-incubating-SNAPSHOT.
Diffstat (limited to 'exec')
-rw-r--r--exec/java-exec/pom.xml2
-rw-r--r--exec/jdbc-all/pom.xml2
-rw-r--r--exec/jdbc/pom.xml2
-rw-r--r--exec/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index fe0123355..81dbeffe1 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>exec-parent</artifactId>
<groupId>org.apache.drill.exec</groupId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.6.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>drill-java-exec</artifactId>
<name>exec/Java Execution Engine</name>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 650f78a74..36038b79c 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.6.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>drill-jdbc-all</artifactId>
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index bc0e30c90..e9c026cfb 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.drill.exec</groupId>
<artifactId>exec-parent</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.6.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>drill-jdbc</artifactId>
<name>exec/JDBC Driver using dependencies</name>
diff --git a/exec/pom.xml b/exec/pom.xml
index ddc43994b..fe2a75e1c 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>drill-root</artifactId>
<groupId>org.apache.drill</groupId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.6.0-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.drill.exec</groupId>