Skip to content

Commit f703624

Browse files
dfa1claude
andcommitted
build: drop 'FFM' from module names, use artifactId
Module <name> elements now match their artifactId (zstd, zstd-native-*, zstd-bom, zstd-parent, ...) so the reactor lists clean coordinate names. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7d2cee0 commit f703624

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-benchmark</artifactId>
13-
<name>zstd FFM Benchmark</name>
13+
<name>zstd-benchmark</name>
1414
<packaging>jar</packaging>
1515

1616
<description>

bom/pom.xml

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

1212
<artifactId>zstd-bom</artifactId>
1313
<packaging>pom</packaging>
14-
<name>zstd FFM BOM</name>
14+
<name>zstd-bom</name>
1515
<description>Bill of materials for the zstd-java modules</description>
1616

1717
<dependencyManagement>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-integration-tests</artifactId>
13-
<name>zstd FFM Integration Tests</name>
13+
<name>zstd-integration-tests</name>
1414

1515
<!--
1616
Format-compatibility tests against the reference zstd-jni binding: frames

native/linux-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-linux-aarch64</artifactId>
13-
<name>zstd FFM Native linux-aarch64</name>
13+
<name>zstd-native-linux-aarch64</name>
1414
<description>Native zstd library for Linux aarch64</description>
1515
<packaging>jar</packaging>
1616

native/linux-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-linux-x86_64</artifactId>
13-
<name>zstd FFM Native linux-x86_64</name>
13+
<name>zstd-native-linux-x86_64</name>
1414
<description>Native zstd library for Linux x86_64</description>
1515
<packaging>jar</packaging>
1616

native/osx-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-osx-aarch64</artifactId>
13-
<name>zstd FFM Native osx-aarch64</name>
13+
<name>zstd-native-osx-aarch64</name>
1414
<description>Native zstd library for macOS aarch64</description>
1515
<packaging>jar</packaging>
1616

native/osx-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-osx-x86_64</artifactId>
13-
<name>zstd FFM Native osx-x86_64</name>
13+
<name>zstd-native-osx-x86_64</name>
1414
<description>Native zstd library for macOS x86_64</description>
1515
<packaging>jar</packaging>
1616

native/windows-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-windows-aarch64</artifactId>
13-
<name>zstd FFM Native windows-aarch64</name>
13+
<name>zstd-native-windows-aarch64</name>
1414
<description>Native zstd library for Windows aarch64</description>
1515
<packaging>jar</packaging>
1616

native/windows-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>zstd-native-windows-x86_64</artifactId>
13-
<name>zstd FFM Native windows-x86_64</name>
13+
<name>zstd-native-windows-x86_64</name>
1414
<description>Native zstd library for Windows x86_64</description>
1515
<packaging>jar</packaging>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

10-
<name>zstd FFM</name>
10+
<name>zstd-parent</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)