You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2022/03/31 18:52:04 UTC

[hive] branch master updated: HIVE-26099: Move patched-iceberg packages to org.apache.hive group (Peter Vary reviewed by Marton Bod) (#3161)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee4f535  HIVE-26099: Move patched-iceberg packages to org.apache.hive group (Peter Vary reviewed by Marton Bod) (#3161)
ee4f535 is described below

commit ee4f5355edc2932af04178f9f4ca404ababf5f59
Author: pvary <pv...@cloudera.com>
AuthorDate: Thu Mar 31 20:51:48 2022 +0200

    HIVE-26099: Move patched-iceberg packages to org.apache.hive group (Peter Vary reviewed by Marton Bod) (#3161)
---
 iceberg/iceberg-shading/pom.xml      | 2 +-
 iceberg/patched-iceberg-api/pom.xml  | 4 ++--
 iceberg/patched-iceberg-core/pom.xml | 4 ++--
 iceberg/pom.xml                      | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/iceberg/iceberg-shading/pom.xml b/iceberg/iceberg-shading/pom.xml
index fc2eb3b..d451ccf 100644
--- a/iceberg/iceberg-shading/pom.xml
+++ b/iceberg/iceberg-shading/pom.xml
@@ -35,7 +35,7 @@
   </properties>
   <dependencies>
     <dependency>
-      <groupId>org.apache.iceberg</groupId>
+      <groupId>org.apache.hive</groupId>
       <artifactId>patched-iceberg-core</artifactId>
       <optional>true</optional>
     </dependency>
diff --git a/iceberg/patched-iceberg-api/pom.xml b/iceberg/patched-iceberg-api/pom.xml
index 2170f7c..4858f34 100644
--- a/iceberg/patched-iceberg-api/pom.xml
+++ b/iceberg/patched-iceberg-api/pom.xml
@@ -7,7 +7,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.iceberg</groupId>
+  <groupId>org.apache.hive</groupId>
   <artifactId>patched-iceberg-api</artifactId>
   <version>patched-${iceberg.version}-${project.parent.version}</version>
   <name>Patched Iceberg API</name>
@@ -48,7 +48,7 @@
                   <overWrite>true</overWrite>
                   <outputDirectory>${project.build.directory}/classes</outputDirectory>
                   <excludes>
-                                    </excludes>
+                  </excludes>
                 </artifactItem>
               </artifactItems>
             </configuration>
diff --git a/iceberg/patched-iceberg-core/pom.xml b/iceberg/patched-iceberg-core/pom.xml
index 73842ba..3de5f88 100644
--- a/iceberg/patched-iceberg-core/pom.xml
+++ b/iceberg/patched-iceberg-core/pom.xml
@@ -7,7 +7,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.iceberg</groupId>
+  <groupId>org.apache.hive</groupId>
   <artifactId>patched-iceberg-core</artifactId>
   <version>patched-${iceberg.version}-${project.parent.version}</version>
   <name>Patched Iceberg Core</name>
@@ -39,7 +39,7 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.iceberg</groupId>
+      <groupId>org.apache.hive</groupId>
       <artifactId>patched-iceberg-api</artifactId>
     </dependency>
     <dependency>
diff --git a/iceberg/pom.xml b/iceberg/pom.xml
index 7c84a50..8025f54 100644
--- a/iceberg/pom.xml
+++ b/iceberg/pom.xml
@@ -48,12 +48,12 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.apache.iceberg</groupId>
+        <groupId>org.apache.hive</groupId>
         <artifactId>patched-iceberg-api</artifactId>
         <version>patched-${iceberg.version}-${project.parent.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.iceberg</groupId>
+        <groupId>org.apache.hive</groupId>
         <artifactId>patched-iceberg-core</artifactId>
         <version>patched-${iceberg.version}-${project.parent.version}</version>
       </dependency>