Skip to content

Commit

Permalink
Added <scm> and <developers>
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlau committed Jul 3, 2013
1 parent af2d379 commit f8fcc38
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@
<maven>3.0.5</maven>
</prerequisites>

<scm>
<connection>scm:git:git@github.com:martinlau/fixture.git</connection>
<url>scm:git:git@github.com:martinlau/fixture.git</url>
<developerConnection>scm:git:git@github.com:martinlau/fixture.git</developerConnection>
</scm>

<developers>
<developer>
<id>martinlau</id>
<email>m@hum.ph</email>
<name>Martin Lau</name>
<timezone>+10</timezone>
<url>http://hum.ph</url>
</developer>
</developers>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit f8fcc38

Please sign in to comment.