You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by jn...@apache.org on 2017/03/16 16:50:16 UTC

drill git commit: [maven-release-plugin] prepare release drill-1.10.0

Repository: drill
Updated Branches:
  refs/heads/1.10.0 [created] 38ef562b1


[maven-release-plugin] prepare release drill-1.10.0


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

Branch: refs/heads/1.10.0
Commit: 38ef562b1ced59efe57b0dc606f2c36694569102
Parents: b657d44
Author: Jinfeng Ni <jn...@apache.org>
Authored: Wed Mar 8 13:30:49 2017 -0800
Committer: Jinfeng Ni <jn...@apache.org>
Committed: Wed Mar 8 13:30:49 2017 -0800

----------------------------------------------------------------------
 common/pom.xml                               | 2 +-
 contrib/data/pom.xml                         | 2 +-
 contrib/data/tpch-sample-data/pom.xml        | 2 +-
 contrib/format-maprdb/pom.xml                | 6 ++----
 contrib/gis/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-jdbc/pom.xml                 | 2 +-
 contrib/storage-kudu/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/memory/base/pom.xml                     | 2 +-
 exec/memory/pom.xml                          | 2 +-
 exec/pom.xml                                 | 2 +-
 exec/rpc/pom.xml                             | 2 +-
 exec/vector/pom.xml                          | 2 +-
 logical/pom.xml                              | 2 +-
 pom.xml                                      | 4 ++--
 protocol/pom.xml                             | 2 +-
 tools/fmpp/pom.xml                           | 2 +-
 tools/pom.xml                                | 2 +-
 28 files changed, 30 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index c044a33..81b8797 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-common</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/data/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml
index eda26a6..eb20f22 100644
--- a/contrib/data/pom.xml
+++ b/contrib/data/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.data</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/data/tpch-sample-data/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml
index da528a4..b207521 100644
--- a/contrib/data/tpch-sample-data/pom.xml
+++ b/contrib/data/tpch-sample-data/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>drill-contrib-data-parent</artifactId>
     <groupId>org.apache.drill.contrib.data</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>tpch-sample-data</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/format-maprdb/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml
index 5a1503c..a08a196 100644
--- a/contrib/format-maprdb/pom.xml
+++ b/contrib/format-maprdb/pom.xml
@@ -15,15 +15,13 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-format-mapr</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/gis/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/gis/pom.xml b/contrib/gis/pom.xml
index d39679b..19a8d40 100644
--- a/contrib/gis/pom.xml
+++ b/contrib/gis/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>drill-contrib-parent</artifactId>
 		<groupId>org.apache.drill.contrib</groupId>
-		<version>1.10.0-SNAPSHOT</version>
+		<version>1.10.0</version>
 	</parent>
 
 	<artifactId>drill-gis</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 653b6be..d147922 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/sqlline/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml
index 867162c..d3812cd 100644
--- a/contrib/sqlline/pom.xml
+++ b/contrib/sqlline/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-sqlline</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 5bf73e6..51ca446 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-storage-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-hive/core/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml
index a8778eb..8c478f3 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-storage-hive-core</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-hive/hive-exec-shade/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml
index 4e8f3b6..bf9d944 100644
--- a/contrib/storage-hive/hive-exec-shade/pom.xml
+++ b/contrib/storage-hive/hive-exec-shade/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.drill.contrib.storage-hive</groupId>
     <artifactId>drill-contrib-storage-hive-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-hive-exec-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-hive/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml
index c877db5..0a4d60a 100644
--- a/contrib/storage-hive/pom.xml
+++ b/contrib/storage-hive/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.drill.contrib</groupId>
     <artifactId>drill-contrib-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.contrib.storage-hive</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index dc1ad53..ae43169 100755
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-jdbc-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-kudu/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index 2c0e238..a477f57 100644
--- a/contrib/storage-kudu/pom.xml
+++ b/contrib/storage-kudu/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-kudu-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/contrib/storage-mongo/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index c7c2b0d..7319662 100644
--- a/contrib/storage-mongo/pom.xml
+++ b/contrib/storage-mongo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-contrib-parent</artifactId>
     <groupId>org.apache.drill.contrib</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-mongo-storage</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6b338af..6f9e0af 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/java-exec/pom.xml
----------------------------------------------------------------------
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index dbfdf65..cfc8387 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>drill-java-exec</artifactId>
   <name>exec/Java Execution Engine</name>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/jdbc-all/pom.xml
----------------------------------------------------------------------
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index e69c1f4..7cc45ec 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-jdbc-all</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml
index 8d4da02..57458b5 100644
--- a/exec/jdbc/pom.xml
+++ b/exec/jdbc/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.drill.exec</groupId>
     <artifactId>exec-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>drill-jdbc</artifactId>
   <name>exec/JDBC Driver using dependencies</name>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/memory/base/pom.xml
----------------------------------------------------------------------
diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml
index ef0c5ef..b653577 100644
--- a/exec/memory/base/pom.xml
+++ b/exec/memory/base/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>memory-parent</artifactId>
     <groupId>org.apache.drill.memory</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>drill-memory-base</artifactId>
   <name>exec/memory/base</name>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/memory/pom.xml
----------------------------------------------------------------------
diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml
index 315ca80..358d480 100644
--- a/exec/memory/pom.xml
+++ b/exec/memory/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.memory</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/pom.xml
----------------------------------------------------------------------
diff --git a/exec/pom.xml b/exec/pom.xml
index 798f8d3..d64288d 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.exec</groupId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/rpc/pom.xml
----------------------------------------------------------------------
diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml
index 51cd4bb..da7e280 100644
--- a/exec/rpc/pom.xml
+++ b/exec/rpc/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>drill-rpc</artifactId>
   <name>exec/rpc</name>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/exec/vector/pom.xml
----------------------------------------------------------------------
diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml
index e923121..8bfa679 100644
--- a/exec/vector/pom.xml
+++ b/exec/vector/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>exec-parent</artifactId>
     <groupId>org.apache.drill.exec</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>vector</artifactId>
   <name>exec/Vectors</name>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/logical/pom.xml
----------------------------------------------------------------------
diff --git a/logical/pom.xml b/logical/pom.xml
index e011e46..86f2241 100644
--- a/logical/pom.xml
+++ b/logical/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-logical</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcaf228..0c50f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-root</artifactId>
-  <version>1.10.0-SNAPSHOT</version>
+  <version>1.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Drill Root POM</name>
@@ -57,7 +57,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/drill.git</developerConnection>
     <url>https://github.com/apache/drill</url>
-    <tag>HEAD</tag>
+    <tag>drill-1.10.0</tag>
   </scm>
 
   <mailingLists>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/protocol/pom.xml
----------------------------------------------------------------------
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 4b3f933..2f63ecd 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-protocol</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/tools/fmpp/pom.xml
----------------------------------------------------------------------
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index d5366e4..2c75cd2 100644
--- a/tools/fmpp/pom.xml
+++ b/tools/fmpp/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>tools-parent</artifactId>
     <groupId>org.apache.drill.tools</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>drill-fmpp-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/drill/blob/38ef562b/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 9150aa7..b93f395 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>drill-root</artifactId>
     <groupId>org.apache.drill</groupId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <groupId>org.apache.drill.tools</groupId>