Skip to content

Commit

Permalink
Fix project url, add issueManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
christophelevis committed May 26, 2016
1 parent 47dec26 commit 20d5c26
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<name>Sonar Maven report plugin</name>
<description>Add a report to Maven site that redirects on project dashboard</description>
<url>http://docs.codehaus.org/display/SONAR/Sonar+Maven+report</url>
<url>https://github.com/SonarQubeCommunity/sonar-maven-report</url>
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
Expand All @@ -28,10 +28,14 @@
</licenses>

<scm>
<connection>scm:git:git@github.com:SonarSource/sonar-maven-report.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-maven-report.git</developerConnection>
<url>https://github.com/Sonarcommunity/sonar-maven-report</url>
<connection>scm:git:git@github.com:SonarQubeCommunity/sonar-maven-report.git</connection>
<developerConnection>scm:git:git@github.com:SonarQubeCommunity/sonar-maven-report.git</developerConnection>
<url>https://github.com/SonarQubeCommunity/sonar-maven-report</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/SonarQubeCommunity/sonar-maven-report/issues</url>
</issueManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit 20d5c26

Please sign in to comment.