Skip to content

Commit

Permalink
Merge pull request #8 from mrook/add-scm-to-pom
Browse files Browse the repository at this point in the history
Add scm section
  • Loading branch information
mmarich committed Jul 7, 2014
2 parents ba29c45 + b04e811 commit ac94724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:SonarCommunity/sonar-scala.git</connection>
<developerConnection>scm:git:git@github.com:SonarCommunity/sonar-scala.git</developerConnection>
<url>https://github.com/SonarCommunity/sonar-scala</url>
</scm>

<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/SONARPLUGINS/component/14772</url>
Expand Down

0 comments on commit ac94724

Please sign in to comment.