Skip to content

Commit 9a7d8d5

Browse files
committed
Infos added which are required for the deployment to Maven Central.
1 parent 9ad1964 commit 9a7d8d5

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

pom.xml

+28-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,34 @@
55
<groupId>de.christofreichardt</groupId>
66
<artifactId>json-web-signature</artifactId>
77
<version>1.0.0-beta</version>
8-
8+
<name>json-web-signature</name>
9+
<description>A partial implementation of RFC 7515</description>
10+
11+
<licenses>
12+
<license>
13+
<name>GNU General Public License 3</name>
14+
<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
15+
<distribution>repo</distribution>
16+
</license>
17+
</licenses>
18+
<developers>
19+
<developer>
20+
<name>Christof Reichardt</name>
21+
<email>[email protected]</email>
22+
<organizationUrl>http://www.christofreichardt.de/index.html</organizationUrl>
23+
</developer>
24+
</developers>
25+
<scm>
26+
<url>https://github.com/chr78rm/json-web-signature</url>
27+
</scm>
28+
<distributionManagement>
29+
<snapshotRepository>
30+
<id>ossrh</id>
31+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
32+
</snapshotRepository>
33+
</distributionManagement>
34+
<url>https://github.com/chr78rm/json-web-signature</url>
35+
936
<properties>
1037
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1138
</properties>

0 commit comments

Comments
 (0)