aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-08-29 23:57:58 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-08-29 23:57:58 +0200
commitbb80b76ee5d25c2eaede2f6dcd2a2f581114ec33 (patch)
treec07401653c24c0972e604365ad2b12a60e71c6cc /org.jacoco.build
parentd9e3cf1e64930b8efb3184bfe80d2c57794acfd3 (diff)
downloadjacoco-bb80b76ee5d25c2eaede2f6dcd2a2f581114ec33.tar.gz
Adjust documentation and POM project data to project hosting at Github.
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 38c0982f..90151431 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -95,13 +95,13 @@
</modules>
<scm>
- <connection>scm:svn:https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco/trunk/org.jacoco.build</connection>
- <developerConnection>scm:svn:https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco/trunk/org.jacoco.build</developerConnection>
- <url>https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco/trunk/org.jacoco.build</url>
+ <connection>https://github.com/jacoco/jacoco.git</connection>
+ <developerConnection>https://github.com/jacoco/jacoco.git</developerConnection>
+ <url>https://github.com/jacoco/jacoco</url>
</scm>
<issueManagement>
- <system>Trac</system>
- <url>https://sourceforge.net/apps/trac/eclemma/</url>
+ <system>Github</system>
+ <url>https://github.com/jacoco/jacoco/issues</url>
</issueManagement>
<distributionManagement>
<repository>
@@ -322,7 +322,6 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
- <tagBase>https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco/tags</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>