Skip to content

Commit

Permalink
Updated scm section in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Jan 25, 2011
1 parent f58bb7e commit 5b3d79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,9 +28,9 @@
</issueManagement> </issueManagement>


<scm> <scm>
<connection>scm:git:git://kenai.com/jruby-rack~main</connection> <connection>scm:git:git://github.com/nicksieger/jruby-rack.git</connection>
<developerConnection>scm:git:${maven.username}@git.kenai.com:jruby-rack~main</developerConnection> <developerConnection>scm:git:git@github.com:nicksieger/jruby-rack.git</developerConnection>
<url>http://kenai.com/projects/jruby-rack/sources/main/show</url> <url>http://github.com/nicksieger/jruby-rack/</url>
</scm> </scm>


<licenses> <licenses>
Expand Down

0 comments on commit 5b3d79f

Please sign in to comment.