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

Commit afa17ee

Browse files
committed
Added more info on POM.
1 parent 36adb7f commit afa17ee

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@
77
<artifactId>push-sender</artifactId>
88
<version>1.0.0</version>
99
<packaging>jar</packaging>
10+
<name>Push Sender</name>
11+
<description>Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.</description>
12+
<url>https://github.com/devsu/push-sender</url>
13+
14+
<licenses>
15+
<license>
16+
<name>The Apache Software License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
</license>
19+
</licenses>
20+
<developers>
21+
<developer>
22+
<id>rion18</id>
23+
<name>Alvaro López</name>
24+
<email>[email protected]</email>
25+
</developer>
26+
</developers>
27+
28+
<scm>
29+
<connection>https://github.com/devsu/push-sender.git</connection>
30+
<developerConnection>https://github.com/devsu/push-sender.git</developerConnection>
31+
<url>https://github.com/devsu/push-sender</url>
32+
</scm>
1033

1134
<properties>
1235
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -54,4 +77,5 @@
5477
<scope>compile</scope>
5578
</dependency>
5679
</dependencies>
80+
5781
</project>

0 commit comments

Comments
 (0)