Skip to content

Commit

Permalink
Testing explicit (no variable) scm urls for Sonar SCM Stats Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 11, 2013
1 parent 8ddc9ce commit 1cb3c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -768,11 +768,11 @@
</repositories>

<scm>
<connection>scm:git:git://github.com/futures/${project_name}.git
<connection>scm:git:git://github.com/futures/fcrepo4.git
</connection>
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
<developerConnection>scm:git:git@github.com:futures/fcrepo4.git
</developerConnection>
<url>https://github.com/futures/${project_name}</url>
<url>https://github.com/futures/fcrepo4</url>
</scm>

<prerequisites>
Expand Down

0 comments on commit 1cb3c09

Please sign in to comment.