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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c9451e  DRILL-8010: Build fails with unresolved incubator-iceberg 
dependency (#2335)
0c9451e is described below

commit 0c9451e6720e5028e1187067cc6d1957ff998bef
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Fri Oct 15 16:50:48 2021 +0300

    DRILL-8010: Build fails with unresolved incubator-iceberg dependency (#2335)
---
 metastore/iceberg-metastore/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/metastore/iceberg-metastore/pom.xml 
b/metastore/iceberg-metastore/pom.xml
index 047d2e1..d468104 100644
--- a/metastore/iceberg-metastore/pom.xml
+++ b/metastore/iceberg-metastore/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Metastore : Iceberg</name>
 
   <properties>
-    <iceberg.version>93d51b9</iceberg.version>
+    <iceberg.version>0.12.0</iceberg.version>
     <caffeine.version>2.7.0</caffeine.version>
   </properties>
 
@@ -47,27 +47,27 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.apache.incubator-iceberg</groupId>
+      <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-parquet</artifactId>
       <version>${iceberg.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.apache.incubator-iceberg</groupId>
+      <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-data</artifactId>
       <version>${iceberg.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.apache.incubator-iceberg</groupId>
+      <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-core</artifactId>
       <version>${iceberg.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.apache.incubator-iceberg</groupId>
+      <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-common</artifactId>
       <version>${iceberg.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.github.apache.incubator-iceberg</groupId>
+      <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-api</artifactId>
       <version>${iceberg.version}</version>
     </dependency>

Reply via email to