You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/14 16:05:43 UTC

[1/4] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0

Repository: calcite
Updated Branches:
  refs/heads/master b8d271b94 -> 8ebe915a6


[maven-release-plugin] prepare release calcite-avatica-1.7.0


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/48b7de5a
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/48b7de5a
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/48b7de5a

Branch: refs/heads/master
Commit: 48b7de5a1e9e0dc9a81f57b084227b0b075cbb65
Parents: 39b30bd
Author: Josh Elser <el...@apache.org>
Authored: Wed Mar 9 20:54:00 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Mar 9 20:54:00 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 2 +-
 avatica/metrics-dropwizardmetrics3/pom.xml | 2 +-
 avatica/metrics/pom.xml                    | 2 +-
 avatica/noop-driver/pom.xml                | 2 +-
 avatica/pom.xml                            | 6 +++---
 avatica/server/pom.xml                     | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index 1b40cd7..c49d3a5 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>avatica</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index f3edc53..9c1493d 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics3</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index 7ec92e2..270f131 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml
index e00790c..1dc6367 100644
--- a/avatica/noop-driver/pom.xml
+++ b/avatica/noop-driver/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index aac390c..8ad3700 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -22,14 +22,14 @@ limitations under the License.
     <artifactId>apache</artifactId>
     <version>17</version>
     <!-- Tell Maven that it's OK that we're not attached to the parent directory -->
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <!-- The basics. -->
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
 
   <!-- More project information. -->
   <name>Apache Calcite Avatica Project</name>
@@ -101,7 +101,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
     <url>https://github.com/apache/calcite</url>
-    <tag>HEAD</tag>
+    <tag>calcite-avatica-1.7.0</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/calcite/blob/48b7de5a/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index 24200e6..58f1a6f 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>


[4/4] calcite git commit: [CALCITE-1077] Switch Calcite to the released Avatica 1.7.0

Posted by el...@apache.org.
[CALCITE-1077] Switch Calcite to the released Avatica 1.7.0


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/8ebe915a
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/8ebe915a
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/8ebe915a

Branch: refs/heads/master
Commit: 8ebe915a68840a5a45359e60a559cc6a2937121f
Parents: 16985d2
Author: Josh Elser <el...@apache.org>
Authored: Mon Mar 14 10:56:55 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Mar 14 10:56:55 2016 -0400

----------------------------------------------------------------------
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/8ebe915a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 65b4626..5f29c1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ limitations under the License.
 
     <!-- This list is in alphabetical order. -->
     <airlift-tpch.version>0.1</airlift-tpch.version>
-    <avatica.version>1.7.0-SNAPSHOT</avatica.version>
+    <avatica.version>1.7.0</avatica.version>
     <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
     <cassandra-driver-core.version>3.0.0</cassandra-driver-core.version>
     <checksum-maven-plugin.version>1.2</checksum-maven-plugin.version>
@@ -153,12 +153,6 @@ limitations under the License.
         <artifactId>avatica</artifactId>
         <version>${avatica.version}</version>
       </dependency>
-      <!--dependency>
-        <groupId>org.apache.calcite.avatica</groupId>
-        <artifactId>avatica</artifactId>
-        <version>${avatica.version}</version>
-        <type>test-jar</type>
-      </dependency-->
       <dependency>
         <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>avatica-server</artifactId>


[3/4] calcite git commit: Merge branch 'branch-avatica-1.7'

Posted by el...@apache.org.
Merge branch 'branch-avatica-1.7'


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/16985d2f
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/16985d2f
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/16985d2f

Branch: refs/heads/master
Commit: 16985d2f452b8e118e21ecc7d32d0ec4d6b14cd5
Parents: b8d271b a5d26f8
Author: Josh Elser <el...@apache.org>
Authored: Mon Mar 14 10:55:52 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Mar 14 10:55:52 2016 -0400

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 2 +-
 avatica/metrics-dropwizardmetrics3/pom.xml | 2 +-
 avatica/metrics/pom.xml                    | 2 +-
 avatica/noop-driver/pom.xml                | 2 +-
 avatica/pom.xml                            | 4 ++--
 avatica/server/pom.xml                     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[2/4] calcite git commit: [maven-release-plugin] prepare for next development iteration

Posted by el...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: a5d26f8694d6c0c54e0725fd69cc75e5f982bac2
Parents: 48b7de5
Author: Josh Elser <el...@apache.org>
Authored: Wed Mar 9 20:54:17 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Mar 9 20:54:17 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 2 +-
 avatica/metrics-dropwizardmetrics3/pom.xml | 2 +-
 avatica/metrics/pom.xml                    | 2 +-
 avatica/noop-driver/pom.xml                | 2 +-
 avatica/pom.xml                            | 4 ++--
 avatica/server/pom.xml                     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index c49d3a5..73e97ce 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0</version>
+    <version>1.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index 9c1493d..52e59e7 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0</version>
+    <version>1.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics3</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index 270f131..4e6d97b 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0</version>
+    <version>1.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml
index 1dc6367..2a6bc0b 100644
--- a/avatica/noop-driver/pom.xml
+++ b/avatica/noop-driver/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0</version>
+    <version>1.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 8ad3700..3037ca0 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.0</version>
+  <version>1.8.0-SNAPSHOT</version>
 
   <!-- More project information. -->
   <name>Apache Calcite Avatica Project</name>
@@ -101,7 +101,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
     <url>https://github.com/apache/calcite</url>
-    <tag>calcite-avatica-1.7.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/calcite/blob/a5d26f86/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index 58f1a6f..9bb841e 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.7.0</version>
+    <version>1.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>