We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bd14b commit 43a770bCopy full SHA for 43a770b
pom.xml
@@ -27,6 +27,13 @@
27
</developer>
28
</developers>
29
30
+ <scm>
31
+ <connection>scm:git:git://github.com/thepracticaldeveloper/quboo-sonarqube-plugin.git</connection>
32
+ <developerConnection>scm:git:ssh://github.com/thepracticaldeveloper/quboo-sonarqube-plugin.git</developerConnection>
33
+ <url>https://github.com/thepracticaldeveloper/quboo-sonarqube-plugin/tree/master</url>
34
+ <tag>HEAD</tag>
35
+ </scm>
36
+
37
<properties>
38
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39
<sonar.apiVersion>6.7.1</sonar.apiVersion>
0 commit comments