From 69d29afd2ea83ddcb4ab8dd4a92fa1eca9da3e85 Mon Sep 17 00:00:00 2001 From: Jacques Nadeau Date: Tue, 19 May 2015 20:05:24 -0700 Subject: [PATCH] Create 1.0.0 release version --- common/pom.xml | 2 +- contrib/data/pom.xml | 2 +- contrib/data/tpch-sample-data/pom.xml | 2 +- contrib/data/window-test-data/pom.xml | 2 +- contrib/pom.xml | 2 +- contrib/sqlline/pom.xml | 2 +- contrib/storage-hbase/pom.xml | 2 +- contrib/storage-hive/core/pom.xml | 2 +- contrib/storage-hive/hive-exec-shade/pom.xml | 2 +- contrib/storage-hive/pom.xml | 2 +- contrib/storage-mongo/pom.xml | 2 +- distribution/pom.xml | 2 +- exec/java-exec/pom.xml | 2 +- exec/jdbc-all/pom.xml | 2 +- exec/jdbc/pom.xml | 2 +- exec/pom.xml | 2 +- pom.xml | 2 +- protocol/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 40d4ee38c3f..c1e655dffae 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ drill-root org.apache.drill - 1.0.0-SNAPSHOT + 1.0.0 drill-common diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index 99d19e85048..d80fbbc7a75 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -20,7 +20,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.0.0-SNAPSHOT + 1.0.0 org.apache.drill.contrib.data diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index df878d83e8f..a51da8bbbd4 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -15,7 +15,7 @@ drill-contrib-data-parent org.apache.drill.contrib.data - 1.0.0-SNAPSHOT + 1.0.0 tpch-sample-data diff --git a/contrib/data/window-test-data/pom.xml b/contrib/data/window-test-data/pom.xml index f2b9d1be07f..a3343a50e6a 100644 --- a/contrib/data/window-test-data/pom.xml +++ b/contrib/data/window-test-data/pom.xml @@ -15,7 +15,7 @@ drill-contrib-data-parent org.apache.drill.contrib.data - 1.0.0-SNAPSHOT + 1.0.0 window-test-data diff --git a/contrib/pom.xml b/contrib/pom.xml index c59ca913cb9..d7e65ea965f 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -20,7 +20,7 @@ drill-root org.apache.drill - 1.0.0-SNAPSHOT + 1.0.0 org.apache.drill.contrib diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml index 0581562f3a3..01dc637baf5 100644 --- a/contrib/sqlline/pom.xml +++ b/contrib/sqlline/pom.xml @@ -21,7 +21,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.0.0-SNAPSHOT + 1.0.0 drill-sqlline diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 92de3aab880..b319a5e0cf4 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -21,7 +21,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.0.0-SNAPSHOT + 1.0.0 drill-storage-hbase diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index 69e1fb570b6..a7f802c1cb6 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.0.0-SNAPSHOT + 1.0.0 drill-storage-hive-core diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml index 270e7df46c6..25f8db1cbaa 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -23,7 +23,7 @@ org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.0.0-SNAPSHOT + 1.0.0 drill-hive-exec-shaded diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index 5ef13736b0b..33cea81e98a 100644 --- a/contrib/storage-hive/pom.xml +++ b/contrib/storage-hive/pom.xml @@ -20,7 +20,7 @@ org.apache.drill.contrib drill-contrib-parent - 1.0.0-SNAPSHOT + 1.0.0 org.apache.drill.contrib.storage-hive diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index c3d7068779a..8298bbf77f5 100644 --- a/contrib/storage-mongo/pom.xml +++ b/contrib/storage-mongo/pom.xml @@ -21,7 +21,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.0.0-SNAPSHOT + 1.0.0 drill-mongo-storage diff --git a/distribution/pom.xml b/distribution/pom.xml index 3a717e4c390..411d0922dcd 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -15,7 +15,7 @@ drill-root org.apache.drill - 1.0.0-SNAPSHOT + 1.0.0 distribution diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 235df0dd93d..c5671530061 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -15,7 +15,7 @@ exec-parent org.apache.drill.exec - 1.0.0-SNAPSHOT + 1.0.0 drill-java-exec exec/Java Execution Engine diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 6dbf097758e..980ab68716f 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -21,7 +21,7 @@ org.apache.drill.exec exec-parent - 1.0.0-SNAPSHOT + 1.0.0 drill-jdbc-all diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 03f4666c374..50ddc12de24 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -15,7 +15,7 @@ org.apache.drill.exec exec-parent - 1.0.0-SNAPSHOT + 1.0.0 drill-jdbc exec/JDBC Driver using dependencies diff --git a/exec/pom.xml b/exec/pom.xml index 0ad60441543..5398ebfe075 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -20,7 +20,7 @@ drill-root org.apache.drill - 1.0.0-SNAPSHOT + 1.0.0 org.apache.drill.exec diff --git a/pom.xml b/pom.xml index 521e05f8f63..f728031f977 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.drill drill-root - 1.0.0-SNAPSHOT + 1.0.0 pom Apache Drill Root POM diff --git a/protocol/pom.xml b/protocol/pom.xml index d94679a272e..08fb0037a33 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -17,7 +17,7 @@ drill-root org.apache.drill - 1.0.0-SNAPSHOT + 1.0.0 drill-protocol