Skip to content

Commit c33452c

Browse files
dfa1claude
andcommitted
chore: rename parent artifactId to zstd-java
Also renames the aggregator artifactId zstd-parent -> zstd-java and updates every child <parent> reference. Coordinate is now io.github.dfa1.zstd:zstd-java (pom packaging; the library module artifactId zstd is unchanged). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2f83372 commit c33452c

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

native/linux-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

native/linux-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

native/osx-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

native/osx-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

native/windows-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

native/windows-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
7-
<artifactId>zstd-parent</artifactId>
7+
<artifactId>zstd-java</artifactId>
88
<version>0.6-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>io.github.dfa1.zstd</groupId>
6-
<artifactId>zstd-parent</artifactId>
6+
<artifactId>zstd-java</artifactId>
77
<version>0.6-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

0 commit comments

Comments
 (0)