Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-10 17:41:24 +0000
committerSteffen Pingel2011-07-10 17:41:24 +0000
commit738289aa7570d71dc98d5ba69e6ff229cd85d139 (patch)
tree6c0c1079383cfe74ff5d6277f8a9708683fdbb83 /org.eclipse.mylyn.bugzilla.ui
parent162e8fbfa03a2ea56a1e375cd424e35fd9ce3e38 (diff)
downloadorg.eclipse.mylyn.tasks-738289aa7570d71dc98d5ba69e6ff229cd85d139.tar.gz
org.eclipse.mylyn.tasks-738289aa7570d71dc98d5ba69e6ff229cd85d139.tar.xz
org.eclipse.mylyn.tasks-738289aa7570d71dc98d5ba69e6ff229cd85d139.zip
339956: reduce redundancy in build and simplify target management
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339956
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml
index c3fccef4f..36eb4af13 100644
--- a/org.eclipse.mylyn.bugzilla.ui/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>

Back to the top