Skip to content

Commit

Permalink
Update POM
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrodrigues committed Dec 5, 2013
1 parent c258de9 commit 4b1c53f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@
<version>1.0.0</version>
<name>Java Wake-On-Lan Utility</name>
<description>A Java Utility that allows you wake up computers on LAN.</description>

<url>https://github.com/rmrodrigues/wol4j</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://github.com/rmrodrigues/wol4j/blob/master/License.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/rmrodrigues/wol4j</url>
<connection>https://github.com/rmrodrigues/wol4j.git</connection>
</scm>
<developers>
<developer>
<id>rmrodrigues</id>
<name>Rui Rodrigues</name>
<email>[email protected]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 4b1c53f

Please sign in to comment.