Skip to content

Commit

Permalink
chore: Change maven group ID to org.apache.datafusion (#941)
Browse files Browse the repository at this point in the history
* change maven group id

* rename again
  • Loading branch information
andygrove authored Sep 16, 2024
1 parent 4ede214 commit acd5aac
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions dev/diffs/3.4.3.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions dev/diffs/3.5.1.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions dev/diffs/4.0.0-preview1.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion fuzz-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions spark-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit acd5aac

Please sign in to comment.