Skip to content

Commit 77dc09f

Browse files
dfa1claude
andauthored
chore: name the parent POM zstd-java (#28)
* chore: name the parent POM zstd-java The aggregator's <name> drove the SonarQube project label ("zstd-parent"); rename it to zstd-java to match the project. artifactId stays zstd-parent (referenced by every child <parent> block). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * 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> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 04602ae commit 77dc09f

12 files changed

Lines changed: 13 additions & 13 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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

10-
<name>zstd-parent</name>
10+
<name>zstd-java</name>
1111
<description>Java FFM (Foreign Function &amp; Memory) bindings for zstd</description>
1212
<url>https://github.com/dfa1/zstd-java</url>
1313

0 commit comments

Comments
 (0)