Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 9401876

Browse files
Add meta-data requirements for deployment on Maven Central
http://central.sonatype.org/pages/requirements.html#project-name-description-and-url Closes gh-5.
1 parent e94e791 commit 9401876

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<version>0.0.2-SNAPSHOT</version>
66
<name>Java Cookie</name>
77
<description>A simple Servlet API for handling cookies</description>
8+
<url>https://github.com/js-cookie/java-cookie</url>
89
<properties>
910
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1011
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -18,6 +19,14 @@
1819
<distribution>repo</distribution>
1920
</license>
2021
</licenses>
22+
<developers>
23+
<developer>
24+
<name>Fagner Brack</name>
25+
<email>github@fagnermartins.com</email>
26+
<organization>js-cookie</organization>
27+
<organizationUrl>https://github.com/js-cookie</organizationUrl>
28+
</developer>
29+
</developers>
2130
<scm>
2231
<url>https://github.com/js-cookie/java-cookie</url>
2332
<connection>scm:git:https://github.com/js-cookie/java-cookie.git</connection>

0 commit comments

Comments
 (0)