|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | 5 | <parent> |
6 | | - <groupId>io.github.dfa1</groupId> |
7 | | - <artifactId>parent</artifactId> |
| 6 | + <groupId>io.github.dfa1.zstd</groupId> |
| 7 | + <artifactId>zstd-parent</artifactId> |
8 | 8 | <version>0.1-SNAPSHOT</version> |
9 | 9 | <relativePath>../pom.xml</relativePath> |
10 | 10 | </parent> |
11 | 11 |
|
12 | | - <artifactId>zstd-java-bom</artifactId> |
| 12 | + <artifactId>zstd-bom</artifactId> |
13 | 13 | <packaging>pom</packaging> |
14 | 14 | <name>zstd FFM BOM</name> |
15 | 15 | <description>Bill of materials for the zstd-java modules</description> |
16 | 16 |
|
17 | 17 | <dependencyManagement> |
18 | 18 | <dependencies> |
19 | 19 | <dependency> |
20 | | - <groupId>io.github.dfa1</groupId> |
21 | | - <artifactId>zstd-java</artifactId> |
| 20 | + <groupId>io.github.dfa1.zstd</groupId> |
| 21 | + <artifactId>zstd</artifactId> |
22 | 22 | <version>${project.version}</version> |
23 | 23 | </dependency> |
24 | 24 | <dependency> |
25 | | - <groupId>io.github.dfa1</groupId> |
26 | | - <artifactId>zstd-java-native-osx-aarch64</artifactId> |
| 25 | + <groupId>io.github.dfa1.zstd</groupId> |
| 26 | + <artifactId>zstd-native-osx-aarch64</artifactId> |
27 | 27 | <version>${project.version}</version> |
28 | 28 | </dependency> |
29 | 29 | <dependency> |
30 | | - <groupId>io.github.dfa1</groupId> |
31 | | - <artifactId>zstd-java-native-linux-x86_64</artifactId> |
| 30 | + <groupId>io.github.dfa1.zstd</groupId> |
| 31 | + <artifactId>zstd-native-linux-x86_64</artifactId> |
32 | 32 | <version>${project.version}</version> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | | - <groupId>io.github.dfa1</groupId> |
36 | | - <artifactId>zstd-java-native-linux-aarch64</artifactId> |
| 35 | + <groupId>io.github.dfa1.zstd</groupId> |
| 36 | + <artifactId>zstd-native-linux-aarch64</artifactId> |
37 | 37 | <version>${project.version}</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | | - <groupId>io.github.dfa1</groupId> |
41 | | - <artifactId>zstd-java-native-osx-x86_64</artifactId> |
| 40 | + <groupId>io.github.dfa1.zstd</groupId> |
| 41 | + <artifactId>zstd-native-osx-x86_64</artifactId> |
42 | 42 | <version>${project.version}</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | | - <groupId>io.github.dfa1</groupId> |
46 | | - <artifactId>zstd-java-native-windows-x86_64</artifactId> |
| 45 | + <groupId>io.github.dfa1.zstd</groupId> |
| 46 | + <artifactId>zstd-native-windows-x86_64</artifactId> |
47 | 47 | <version>${project.version}</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | | - <groupId>io.github.dfa1</groupId> |
51 | | - <artifactId>zstd-java-native-windows-aarch64</artifactId> |
| 50 | + <groupId>io.github.dfa1.zstd</groupId> |
| 51 | + <artifactId>zstd-native-windows-aarch64</artifactId> |
52 | 52 | <version>${project.version}</version> |
53 | 53 | </dependency> |
54 | 54 | </dependencies> |
|
0 commit comments