Skip to content

Commit acd5aac

Browse files
authored
chore: Change maven group ID to org.apache.datafusion (apache#941)
* change maven group id * rename again
1 parent 4ede214 commit acd5aac

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2525
<modelVersion>4.0.0</modelVersion>
2626
<parent>
27-
<groupId>org.apache.comet</groupId>
27+
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
2929
<version>0.3.0-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>

dev/diffs/3.4.3.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index d3544881af1..bf0e2b53c70 100644
1616
<version>${netlib.ludovic.dev.version}</version>
1717
</dependency>
1818
+ <dependency>
19-
+ <groupId>org.apache.comet</groupId>
19+
+ <groupId>org.apache.datafusion</groupId>
2020
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
2121
+ <version>${comet.version}</version>
2222
+ <exclusions>
@@ -46,7 +46,7 @@ index b386d135da1..854aec17c2d 100644
4646
<artifactId>spark-tags_${scala.binary.version}</artifactId>
4747
</dependency>
4848
+ <dependency>
49-
+ <groupId>org.apache.comet</groupId>
49+
+ <groupId>org.apache.datafusion</groupId>
5050
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
5151
+ </dependency>
5252

dev/diffs/3.5.1.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index 0f504dbee85..f6019da888a 100644
1616
<version>${netlib.ludovic.dev.version}</version>
1717
</dependency>
1818
+ <dependency>
19-
+ <groupId>org.apache.comet</groupId>
19+
+ <groupId>org.apache.datafusion</groupId>
2020
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
2121
+ <version>${comet.version}</version>
2222
+ <exclusions>
@@ -46,7 +46,7 @@ index c46ab7b8fce..d8b99c2c115 100644
4646
<artifactId>spark-tags_${scala.binary.version}</artifactId>
4747
</dependency>
4848
+ <dependency>
49-
+ <groupId>org.apache.comet</groupId>
49+
+ <groupId>org.apache.datafusion</groupId>
5050
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
5151
+ </dependency>
5252

dev/diffs/4.0.0-preview1.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index a4b1b2c3c9f..db50bdb0d3b 100644
1616
<version>${netlib.ludovic.dev.version}</version>
1717
</dependency>
1818
+ <dependency>
19-
+ <groupId>org.apache.comet</groupId>
19+
+ <groupId>org.apache.datafusion</groupId>
2020
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
2121
+ <version>${comet.version}</version>
2222
+ <exclusions>
@@ -46,7 +46,7 @@ index 19f6303be36..31e1d27700f 100644
4646
<artifactId>spark-tags_${scala.binary.version}</artifactId>
4747
</dependency>
4848
+ <dependency>
49-
+ <groupId>org.apache.comet</groupId>
49+
+ <groupId>org.apache.datafusion</groupId>
5050
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
5151
+ </dependency>
5252

fuzz-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<parent>
26-
<groupId>org.apache.comet</groupId>
26+
<groupId>org.apache.datafusion</groupId>
2727
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
2828
<version>0.3.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2525
<modelVersion>4.0.0</modelVersion>
26-
<groupId>org.apache.comet</groupId>
26+
<groupId>org.apache.datafusion</groupId>
2727
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
2828
<version>0.3.0-SNAPSHOT</version>
2929
<packaging>pom</packaging>
@@ -267,7 +267,7 @@ under the License.
267267
<scope>test</scope>
268268
<exclusions>
269269
<exclusion>
270-
<groupId>org.apache.comet</groupId>
270+
<groupId>org.apache.datafusion</groupId>
271271
<artifactId>*</artifactId>
272272
</exclusion>
273273

@@ -331,7 +331,7 @@ under the License.
331331
<artifactId>parquet-column</artifactId>
332332
</exclusion>
333333
<exclusion>
334-
<groupId>org.apache.comet</groupId>
334+
<groupId>org.apache.datafusion</groupId>
335335
<artifactId>*</artifactId>
336336
</exclusion>
337337

@@ -354,7 +354,7 @@ under the License.
354354
<scope>test</scope>
355355
<exclusions>
356356
<exclusion>
357-
<groupId>org.apache.comet</groupId>
357+
<groupId>org.apache.datafusion</groupId>
358358
<artifactId>*</artifactId>
359359
</exclusion>
360360
<exclusion>

spark-integration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2525
<modelVersion>4.0.0</modelVersion>
2626
<parent>
27-
<groupId>org.apache.comet</groupId>
27+
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
2929
<version>0.3.0-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
@@ -41,13 +41,13 @@ under the License.
4141

4242
<dependencies>
4343
<dependency>
44-
<groupId>org.apache.comet</groupId>
44+
<groupId>org.apache.datafusion</groupId>
4545
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
4646
<version>${project.version}</version>
4747
<exclusions>
4848
<!-- This is shaded into the jar -->
4949
<exclusion>
50-
<groupId>org.apache.comet</groupId>
50+
<groupId>org.apache.datafusion</groupId>
5151
<artifactId>comet-common-spark${spark.version.short}_${scala.binary.version}</artifactId>
5252
</exclusion>
5353
</exclusions>

spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2525
<modelVersion>4.0.0</modelVersion>
2626
<parent>
27-
<groupId>org.apache.comet</groupId>
27+
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
2929
<version>0.3.0-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
@@ -40,7 +40,7 @@ under the License.
4040

4141
<dependencies>
4242
<dependency>
43-
<groupId>org.apache.comet</groupId>
43+
<groupId>org.apache.datafusion</groupId>
4444
<artifactId>comet-common-spark${spark.version.short}_${scala.binary.version}</artifactId>
4545
<version>${project.version}</version>
4646
<exclusions>

0 commit comments

Comments
 (0)