aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org.jacoco.build/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 90151431..9971a910 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -95,12 +95,12 @@
</modules>
<scm>
- <connection>https://github.com/jacoco/jacoco.git</connection>
- <developerConnection>https://github.com/jacoco/jacoco.git</developerConnection>
+ <connection>scm:git:git://github.com/jacoco/jacoco.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com:jacoco/jacoco.git</developerConnection>
<url>https://github.com/jacoco/jacoco</url>
</scm>
<issueManagement>
- <system>Github</system>
+ <system>GitHub</system>
<url>https://github.com/jacoco/jacoco/issues</url>
</issueManagement>
<distributionManagement>
@@ -921,4 +921,5 @@
</build>
</profile>
</profiles>
+
</project>