Skip to content

Commit e644ada

Browse files
authored
Fix Homepage and Issue Tracker (#185)
Fix Homepage and Issue Tracker links of the Sonarqube Marketplace page
1 parent 161940b commit e644ada

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>Flutter SonarQube Plugin</name>
1212
<description>Enables analysis of Dart and Flutter projects into SonarQube.</description>
13-
<url>https://github.com/insideapp-oss/sonar-flutter</url>
13+
<url>https://github.com/insideapp-oss/sonar-flutter/tree/master</url>
1414

1515
<modules>
1616
<module>sonar-flutter-plugin</module>
@@ -30,6 +30,10 @@
3030
</license>
3131
</licenses>
3232

33+
<issueManagement>
34+
<url>https://github.com/insideapp-oss/sonar-flutter/issues</url>
35+
</issueManagement>
36+
3337
<developers>
3438
<developer>
3539
<id>zippy1978</id>
@@ -268,4 +272,4 @@
268272
</plugins>
269273
</build>
270274

271-
</project>
275+
</project>

0 commit comments

Comments
 (0)