Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index be7253ce7..e70c33dfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,9 @@
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.tasks.git</tycho.scmUrl>
+ </properties>
<mailingLists>
<mailingList>
<name>Mylyn Tasks Mailing List</name>

Back to the top