From 3f228d34782741457a14e28b0d1fdbc35a4fd958 Mon Sep 17 00:00:00 2001 From: Jason Altekruse Date: Tue, 9 Feb 2016 15:36:09 -0800 Subject: [PATCH] [maven-release-plugin] prepare release drill-1.5.0 --- common/pom.xml | 2 +- contrib/data/pom.xml | 2 +- contrib/data/tpch-sample-data/pom.xml | 5 ++--- contrib/gis/pom.xml | 5 ++--- contrib/pom.xml | 2 +- contrib/sqlline/pom.xml | 2 +- contrib/storage-hbase/pom.xml | 5 ++--- contrib/storage-hive/core/pom.xml | 6 ++---- contrib/storage-hive/hive-exec-shade/pom.xml | 6 ++---- contrib/storage-hive/pom.xml | 2 +- contrib/storage-jdbc/pom.xml | 5 ++--- contrib/storage-kudu/pom.xml | 6 ++---- contrib/storage-mongo/pom.xml | 5 ++--- distribution/pom.xml | 5 ++--- exec/java-exec/pom.xml | 5 ++--- exec/jdbc-all/pom.xml | 8 +++----- exec/jdbc/pom.xml | 5 ++--- exec/memory/base/pom.xml | 5 ++--- exec/memory/pom.xml | 2 +- exec/pom.xml | 2 +- exec/rpc/pom.xml | 5 ++--- exec/vector/pom.xml | 5 ++--- logical/pom.xml | 2 +- pom.xml | 7 +++---- protocol/pom.xml | 6 ++---- tools/fmpp/pom.xml | 5 ++--- tools/pom.xml | 2 +- 27 files changed, 47 insertions(+), 70 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 42c8516476e..179b320b544 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 drill-common diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index fdc35cddf72..93f77514337 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -20,7 +20,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.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 12c1664ba9c..23039bff03d 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-data-parent org.apache.drill.contrib.data - 1.5.0-SNAPSHOT + 1.5.0 tpch-sample-data diff --git a/contrib/gis/pom.xml b/contrib/gis/pom.xml index 66e1a9670cb..830bd0345a3 100644 --- a/contrib/gis/pom.xml +++ b/contrib/gis/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-gis diff --git a/contrib/pom.xml b/contrib/pom.xml index 87b84c12493..d44c78b459b 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -20,7 +20,7 @@ drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 org.apache.drill.contrib diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml index ddacbea56e0..b51006e8a56 100644 --- a/contrib/sqlline/pom.xml +++ b/contrib/sqlline/pom.xml @@ -21,7 +21,7 @@ drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-sqlline diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 53968aaf9a2..40a02762df6 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-storage-hbase diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index 83a311a3cda..d9543b671b0 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -15,15 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.5.0-SNAPSHOT + 1.5.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 4f722625bb9..2c39da953e1 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -15,15 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.drill.contrib.storage-hive drill-contrib-storage-hive-parent - 1.5.0-SNAPSHOT + 1.5.0 drill-hive-exec-shaded diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index 2f5e2e4e1b6..4cc9536f7ee 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.5.0-SNAPSHOT + 1.5.0 org.apache.drill.contrib.storage-hive diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index 3c38d07ae68..9088958d299 100755 --- a/contrib/storage-jdbc/pom.xml +++ b/contrib/storage-jdbc/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-jdbc-storage diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index b3808da67e2..b7667ec1256 100644 --- a/contrib/storage-kudu/pom.xml +++ b/contrib/storage-kudu/pom.xml @@ -9,14 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-kudu-storage diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index 87e08efc91f..cbd513517ed 100644 --- a/contrib/storage-mongo/pom.xml +++ b/contrib/storage-mongo/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-contrib-parent org.apache.drill.contrib - 1.5.0-SNAPSHOT + 1.5.0 drill-mongo-storage diff --git a/distribution/pom.xml b/distribution/pom.xml index 135c974dfe8..3e2df08f1bd 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 distribution diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 6e3ffddb0f4..bfa30310969 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 exec-parent org.apache.drill.exec - 1.5.0-SNAPSHOT + 1.5.0 drill-java-exec exec/Java Execution Engine diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 34f9811c510..84b3b9000cd 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.drill.exec exec-parent - 1.5.0-SNAPSHOT + 1.5.0 drill-jdbc-all @@ -372,8 +371,7 @@ org.apache.zookeeper.oadd.org.apache.zookeeper. - + drill-module.conf diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 5db597bf90f..280869839b6 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.drill.exec exec-parent - 1.5.0-SNAPSHOT + 1.5.0 drill-jdbc exec/JDBC Driver using dependencies diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 686a12b5644..1e982447fa6 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 memory-parent org.apache.drill.memory - 1.5.0-SNAPSHOT + 1.5.0 drill-memory-base exec/memory/base diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 2a98f1f520f..68687c8b7b1 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -20,7 +20,7 @@ exec-parent org.apache.drill.exec - 1.5.0-SNAPSHOT + 1.5.0 org.apache.drill.memory diff --git a/exec/pom.xml b/exec/pom.xml index 366afc4e8b6..4f6102eb5d0 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -20,7 +20,7 @@ drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 org.apache.drill.exec diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index b1b0f12cfd2..8077599be12 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 exec-parent org.apache.drill.exec - 1.5.0-SNAPSHOT + 1.5.0 drill-rpc exec/rpc diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index 3be9cc124a2..e0875889f54 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 exec-parent org.apache.drill.exec - 1.5.0-SNAPSHOT + 1.5.0 vector exec/Vectors diff --git a/logical/pom.xml b/logical/pom.xml index 8519b36ecd0..84bce044049 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -21,7 +21,7 @@ drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 drill-logical diff --git a/pom.xml b/pom.xml index fcaed685acd..0c635935378 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,7 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -21,7 +20,7 @@ org.apache.drill drill-root - 1.5.0-SNAPSHOT + 1.5.0 pom Apache Drill Root POM @@ -51,7 +50,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/drill.git scm:git:https://git-wip-us.apache.org/repos/asf/drill.git https://github.com/apache/drill - HEAD + drill-1.5.0 diff --git a/protocol/pom.xml b/protocol/pom.xml index 304d20a6388..8df5db78f48 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -9,15 +9,13 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 drill-protocol diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index 205e9e23cb2..4642814fae4 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -9,14 +9,13 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 tools-parent org.apache.drill.tools - 1.5.0-SNAPSHOT + 1.5.0 drill-fmpp-maven-plugin diff --git a/tools/pom.xml b/tools/pom.xml index 71a26ee6fc0..d89dedd1630 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ drill-root org.apache.drill - 1.5.0-SNAPSHOT + 1.5.0 org.apache.drill.tools