This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 44401f4  [CALCITE] Fixed Snapshot dependency.
44401f4 is described below

commit 44401f44eae9231a6c9ea4d3689b3d80c62004f4
Author: Julian Feinauer <j.feina...@pragmaticminds.de>
AuthorDate: Tue Dec 25 20:19:04 2018 +0100

    [CALCITE] Fixed Snapshot dependency.
---
 integrations/apache-calcite/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/integrations/apache-calcite/pom.xml 
b/integrations/apache-calcite/pom.xml
index 5038722..91942ad 100644
--- a/integrations/apache-calcite/pom.xml
+++ b/integrations/apache-calcite/pom.xml
@@ -30,16 +30,20 @@
 
   <artifactId>apache-calcite</artifactId>
 
+  <properties>
+    <calcite-core.version>1.17.0</calcite-core.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.calcite</groupId>
       <artifactId>calcite-core</artifactId>
-      <version>1.18.0-SNAPSHOT</version>
+      <version>${calcite-core.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.calcite</groupId>
       <artifactId>calcite-linq4j</artifactId>
-      <version>1.18.0-SNAPSHOT</version>
+      <version>${calcite-core.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Reply via email to