Skip to content

Commit

Permalink
Fixed broken scm url in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Jan 25, 2014
1 parent 3d9d995 commit fee94d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
</dependencies>

<scm>
<connection>scm:git://github.com/mbosecke/pebble.git</connection>
<developerConnection>scm:[email protected]:mbosecke/pebble.git</developerConnection>
<connection>scm:git:git://github.com/mbosecke/pebble.git</connection>
<developerConnection>scm:git:git@github.com:mbosecke/pebble.git</developerConnection>
<url>http://github.com/mbosecke/pebble.git</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit fee94d6

Please sign in to comment.