Skip to content

Commit

Permalink
Change maven group id from org.apache.comet to org.apache.datafusion.…
Browse files Browse the repository at this point in the history
…comet
  • Loading branch information
andygrove committed Apr 16, 2024
1 parent 474dda4 commit 075a19c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down
4 changes: 2 additions & 2 deletions dev/diffs/3.4.2.diff
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index fab98342498..f2156d790d1 100644
<version>${netlib.ludovic.dev.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion.comet</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 5b6cc8cb7af..5ce708adc38 100644
<artifactId>spark-tags_${scala.binary.version}</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.comet</groupId>
+ <groupId>org.apache.datafusion.comet</groupId>
+ <artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
+ </dependency>

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.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -247,7 +247,7 @@ under the License.
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.comet</groupId>
<groupId>org.apache.datafusion.comet</groupId>
<artifactId>*</artifactId>
</exclusion>

Expand Down Expand Up @@ -311,7 +311,7 @@ under the License.
<artifactId>parquet-column</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.comet</groupId>
<groupId>org.apache.datafusion.comet</groupId>
<artifactId>*</artifactId>
</exclusion>

Expand All @@ -329,7 +329,7 @@ under the License.
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.comet</groupId>
<groupId>org.apache.datafusion.comet</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.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.1.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.comet</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.comet</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.comet</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.1.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.comet</groupId>
<artifactId>comet-common-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<exclusions>
Expand Down

0 comments on commit 075a19c

Please sign in to comment.