Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 12c2537

Browse files
Add metadata required to publish to Maven Central
1 parent 52a472a commit 12c2537

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@
1010
<name>Cryptomator CloudAccess in Java</name>
1111
<description>CloudAccess is used in e.g. Cryptomator for Android to access different cloud providers.</description>
1212
<url>https://github.com/cryptomator/cloud-access-java</url>
13+
<scm>
14+
<connection>scm:git:[email protected]:cryptomator/cloud-access-java.git</connection>
15+
<developerConnection>scm:git:[email protected]:cryptomator/cloud-access-java.git</developerConnection>
16+
<url>[email protected]:cryptomator/cloud-access-java.git</url>
17+
</scm>
18+
<developers>
19+
<developer>
20+
<name>Julian Raufelder</name>
21+
<email>[email protected]</email>
22+
<timezone>+1</timezone>
23+
<organization>Skymatic GmbH</organization>
24+
<organizationUrl>http://skymatic.de</organizationUrl>
25+
</developer>
26+
<developer>
27+
<name>Sebastian Stenzel</name>
28+
<email>[email protected]</email>
29+
<timezone>+1</timezone>
30+
<organization>Skymatic GmbH</organization>
31+
<organizationUrl>http://skymatic.de</organizationUrl>
32+
</developer>
33+
</developers>
1334

1435
<properties>
1536
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)