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 836a79d commit d7d8259Copy full SHA for d7d8259
pom.xml
@@ -12,6 +12,13 @@
12
13
<description>Plugin for SonarQube: Postgres SQL Language</description>
14
15
+ <scm>
16
+ <connection>scm:git:[email protected]:premium-minds/sonar-postgres-plugin.git</connection>
17
+ <developerConnection>scm:git:[email protected]:premium-minds/sonar-postgres-plugin.git</developerConnection>
18
+ <url>https://github.com/premium-minds/sonar-postgres-plugin</url>
19
+ <tag>HEAD</tag>
20
+ </scm>
21
+
22
<properties>
23
<java.version>11</java.version>
24
</properties>
0 commit comments