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:46 UTC

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

[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>