This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new acd5aac0 chore: Change maven group ID to `org.apache.datafusion` (#941)
acd5aac0 is described below
commit acd5aac0273b1a265efa58f6c8de9416887ea897
Author: Andy Grove <[email protected]>
AuthorDate: Mon Sep 16 16:17:05 2024 -0600
chore: Change maven group ID to `org.apache.datafusion` (#941)
* change maven group id
* rename again
---
common/pom.xml | 2 +-
dev/diffs/3.4.3.diff | 4 ++--
dev/diffs/3.5.1.diff | 4 ++--
dev/diffs/4.0.0-preview1.diff | 4 ++--
fuzz-testing/pom.xml | 2 +-
pom.xml | 8 ++++----
spark-integration/pom.xml | 6 +++---
spark/pom.xml | 4 ++--
8 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index 80814581..0ac8cece 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
diff --git a/dev/diffs/3.4.3.diff b/dev/diffs/3.4.3.diff
index 5eecc29f..d3d66632 100644
--- a/dev/diffs/3.4.3.diff
+++ b/dev/diffs/3.4.3.diff
@@ -16,7 +16,7 @@ index d3544881af1..bf0e2b53c70 100644
<version>${netlib.ludovic.dev.version}</version>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ <version>${comet.version}</version>
+ <exclusions>
@@ -46,7 +46,7 @@ index b386d135da1..854aec17c2d 100644
<artifactId>spark-tags_${scala.binary.version}</artifactId>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ </dependency>
diff --git a/dev/diffs/3.5.1.diff b/dev/diffs/3.5.1.diff
index d463b583..bf191e04 100644
--- a/dev/diffs/3.5.1.diff
+++ b/dev/diffs/3.5.1.diff
@@ -16,7 +16,7 @@ index 0f504dbee85..f6019da888a 100644
<version>${netlib.ludovic.dev.version}</version>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ <version>${comet.version}</version>
+ <exclusions>
@@ -46,7 +46,7 @@ index c46ab7b8fce..d8b99c2c115 100644
<artifactId>spark-tags_${scala.binary.version}</artifactId>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ </dependency>
diff --git a/dev/diffs/4.0.0-preview1.diff b/dev/diffs/4.0.0-preview1.diff
index b473bbf0..69a69fb8 100644
--- a/dev/diffs/4.0.0-preview1.diff
+++ b/dev/diffs/4.0.0-preview1.diff
@@ -16,7 +16,7 @@ index a4b1b2c3c9f..db50bdb0d3b 100644
<version>${netlib.ludovic.dev.version}</version>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ <version>${comet.version}</version>
+ <exclusions>
@@ -46,7 +46,7 @@ index 19f6303be36..31e1d27700f 100644
<artifactId>spark-tags_${scala.binary.version}</artifactId>
</dependency>
+ <dependency>
-+ <groupId>org.apache.comet</groupId>
++ <groupId>org.apache.datafusion</groupId>
+
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ </dependency>
diff --git a/fuzz-testing/pom.xml b/fuzz-testing/pom.xml
index 38c83ddc..1e6ad326 100644
--- a/fuzz-testing/pom.xml
+++ b/fuzz-testing/pom.xml
@@ -23,7 +23,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
diff --git a/pom.xml b/pom.xml
index 25055bf0..4f3f39d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -267,7 +267,7 @@ under the License.
<scope>test</scope>
<exclusions>
<exclusion>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>*</artifactId>
</exclusion>
@@ -331,7 +331,7 @@ under the License.
<artifactId>parquet-column</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>*</artifactId>
</exclusion>
@@ -354,7 +354,7 @@ under the License.
<scope>test</scope>
<exclusions>
<exclusion>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml
index 83d94d87..1175ad00 100644
--- a/spark-integration/pom.xml
+++ b/spark-integration/pom.xml
@@ -24,7 +24,7 @@ under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -41,13 +41,13 @@ under the License.
<dependencies>
<dependency>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<exclusions>
<!-- This is shaded into the jar -->
<exclusion>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-common-spark${spark.version.short}_${scala.binary.version}</artifactId>
</exclusion>
</exclusions>
diff --git a/spark/pom.xml b/spark/pom.xml
index ac84a49d..c19c9171 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -24,7 +24,7 @@ under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -40,7 +40,7 @@ under the License.
<dependencies>
<dependency>
- <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion</groupId>
<artifactId>comet-common-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<exclusions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]