|
6 | 6 |
|
7 | 7 | <groupId>dev.zarr</groupId> |
8 | 8 | <artifactId>blosc-java</artifactId> |
9 | | - <version>0.1-SNAPSHOT</version> |
| 9 | + <version>0.1-1.21.4-SNAPSHOT</version> |
| 10 | + |
| 11 | + <name>blosc-java</name> |
| 12 | + <description>A Java library for the Blosc codec that wraps around the c-blosc library with JNI.</description> |
| 13 | + <url>https://github.com/scalableminds/blosc-java</url> |
10 | 14 |
|
11 | 15 | <licenses> |
12 | 16 | <license> |
13 | | - <name>MIT</name> |
14 | | - <url>https://unlicense.org/</url> |
| 17 | + <name>MIT license</name> |
| 18 | + <url>https://github.com/scalableminds/blosc-java/blob/main/LICENSE.txt</url> |
15 | 19 | <distribution>repo</distribution> |
16 | 20 | </license> |
17 | 21 | </licenses> |
| 22 | + |
| 23 | + <developers> |
| 24 | + <developer> |
| 25 | + <name>Norman Rzepka</name> |
| 26 | + <email>hello@scalableminds.com</email> |
| 27 | + <organization>scalable minds</organization> |
| 28 | + <organizationUrl>https://scalableminds.com</organizationUrl> |
| 29 | + </developer> |
| 30 | + </developers> |
| 31 | + |
18 | 32 | <scm> |
19 | 33 | <connection>scm:git:https://github.com/scalableminds/blosc-java</connection> |
20 | 34 | <developerConnection>scm:git:git@github.com:scalableminds/blosc-java</developerConnection> |
21 | | - <tag>HEAD</tag> |
22 | 35 | <url>https://github.com/scalableminds/blosc-java</url> |
23 | 36 | </scm> |
| 37 | + |
24 | 38 | <issueManagement> |
25 | 39 | <system>GitHub Issues</system> |
26 | 40 | <url>https://github.com/scalableminds/blosc-java/issues</url> |
27 | 41 | </issueManagement> |
| 42 | + |
28 | 43 | <ciManagement> |
29 | 44 | <system>GitHub Actions</system> |
30 | 45 | <url>https://github.com/scalableminds/blosc-java/actions</url> |
31 | 46 | </ciManagement> |
32 | 47 |
|
33 | | - <contributors> |
34 | | - <contributor> |
35 | | - <name>Norman Rzepka</name> |
36 | | - <url>https://twitter.com/normanrz</url> |
37 | | - <properties> |
38 | | - <id>normanrz</id> |
39 | | - </properties> |
40 | | - </contributor> |
41 | | - </contributors> |
42 | | - |
43 | 48 | <properties> |
44 | 49 | <maven.compiler.source>8</maven.compiler.source> |
45 | 50 | <maven.compiler.target>8</maven.compiler.target> |
46 | 51 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
47 | 52 | </properties> |
| 53 | + |
48 | 54 | <dependencies> |
49 | 55 | <!-- Test dependencies --> |
50 | 56 | <dependency> |
|
0 commit comments