Skip to content

Commit ef9e38d

Browse files
committed
pom.xml
1 parent 9c0c8e7 commit ef9e38d

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

pom.xml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,51 @@
66

77
<groupId>dev.zarr</groupId>
88
<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>
1014

1115
<licenses>
1216
<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>
1519
<distribution>repo</distribution>
1620
</license>
1721
</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+
1832
<scm>
1933
<connection>scm:git:https://github.com/scalableminds/blosc-java</connection>
2034
<developerConnection>scm:git:git@github.com:scalableminds/blosc-java</developerConnection>
21-
<tag>HEAD</tag>
2235
<url>https://github.com/scalableminds/blosc-java</url>
2336
</scm>
37+
2438
<issueManagement>
2539
<system>GitHub Issues</system>
2640
<url>https://github.com/scalableminds/blosc-java/issues</url>
2741
</issueManagement>
42+
2843
<ciManagement>
2944
<system>GitHub Actions</system>
3045
<url>https://github.com/scalableminds/blosc-java/actions</url>
3146
</ciManagement>
3247

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-
4348
<properties>
4449
<maven.compiler.source>8</maven.compiler.source>
4550
<maven.compiler.target>8</maven.compiler.target>
4651
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4752
</properties>
53+
4854
<dependencies>
4955
<!-- Test dependencies -->
5056
<dependency>

0 commit comments

Comments
 (0)