We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83de06d commit fbe7248Copy full SHA for fbe7248
1 file changed
pom.xml
@@ -18,11 +18,20 @@
18
</license>
19
</licenses>
20
21
+ <developers>
22
+ <developer>
23
+ <id>bcsorba</id>
24
+ <name>Brett Csorba</name>
25
+ <email>brett.csorba@gmail.com</email>
26
+ </developer>
27
+ </developers>
28
+
29
<scm>
- <url>https://github.com/piwik/piwik-java-tracker/tree/master</url>
30
+ <connection>scm:git@github.com:piwik/piwik-java-tracker.git</connection>
31
+ <developerConnection>scm:git@github.com:piwik/piwik-java-tracker.git</developerConnection>
32
+ <url>git@github.com:piwik/piwik-java-tracker.git</url>
33
</scm>
34
-
35
<build>
36
<plugins>
37
<plugin>
0 commit comments