aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-08-30 11:57:03 +0600
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-08-30 11:57:03 +0600
commita888d873ac20357a4a11029bc84c5c4b48e394a3 (patch)
tree80e7cf2d35f0e72fe77143ddd68729263049000d /org.jacoco.build
parentbb80b76ee5d25c2eaede2f6dcd2a2f581114ec33 (diff)
downloadjacoco-a888d873ac20357a4a11029bc84c5c4b48e394a3.tar.gz
Fix SCM URL
Diffstat (limited to 'org.jacoco.build')
-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>