Skip to content

Commit

Permalink
Fix scm
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Sep 23, 2012
1 parent 5d4e9d6 commit 3eed8cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -24,6 +24,12 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:jnr/jnr-unixsocket.git</connection>
<developerConnection>scm:git:git@github.com:jnr/jnr-unixsocket.git</developerConnection>
<url>git@github.com:jnr/jnr-unixsocket.git</url>
</scm>

<scm>
<connection>scm:git:http://github.com/jnr/jnr-unixsocket.git</connection>
<url>http://github.com/jnr/jnr-unixsocket</url>
Expand Down

0 comments on commit 3eed8cb

Please sign in to comment.