Skip to content

Commit

Permalink
pom modifications: URL, developers and contributers, distributionMana…
Browse files Browse the repository at this point in the history
…gement
  • Loading branch information
eyalgo committed Apr 18, 2015
1 parent 006bfbb commit 8c7827c
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion pom.xml
Expand Up @@ -8,7 +8,9 @@
<packaging>pom</packaging>

<name>dropwizard-jobs</name>
<url>http://maven.apache.org</url>
<url>https://github.com/spinscale/dropwizard-jobs</url>

<description>https://github.com/spinscale/dropwizard-jobs</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -17,6 +19,28 @@
<guice.version>4.0-beta5</guice.version>
<quartz.version>2.2.1</quartz.version>
</properties>

<developers>
<developer>
<name>Alexander Reelsen</name>
<url>https://github.com/spinscale</url>
</developer>
</developers>

<contributors>
<contributor>
<name>Yun Zhi Lin</name>
<url>https://github.com/yunspace</url>
</contributor>
<contributor>
<name>Hakan Dilek</name>
<url>https://github.com/hakandilek</url>
</contributor>
<contributor>
<name>Eyal Golan</name>
<url>https://github.com/eyalgo</url>
</contributor>
</contributors>

<licenses>
<license>
Expand All @@ -33,6 +57,17 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>oss.sonatype.org</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>oss.sonatype.org</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>releases</id>
Expand Down

0 comments on commit 8c7827c

Please sign in to comment.