Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-10-05 04:37:32 +0000
committerSteffen Pingel2013-10-05 04:37:32 +0000
commitcc756f38df59eea2345f9ea9f09346ca4a08c24c (patch)
tree9c9a06b6f7439ebc62529db93d280e50b9eff458
parentd40421b43276519180b64c03a7992e978a2134e1 (diff)
downloadorg.eclipse.mylyn.tasks-cc756f38df59eea2345f9ea9f09346ca4a08c24c.tar.gz
org.eclipse.mylyn.tasks-cc756f38df59eea2345f9ea9f09346ca4a08c24c.tar.xz
org.eclipse.mylyn.tasks-cc756f38df59eea2345f9ea9f09346ca4a08c24c.zip
409726: set name for repository
Change-Id: Id4d62fbd69c255a9a205208a17121cd0e958f90c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409726
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 055f570e9..ca6c1bddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<version>3.10.0-SNAPSHOT</version>
+ <name>Mylyn Tasks</name>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.tasks.git</tycho.scmUrl>

Back to the top