Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-06 11:10:47 +0000
committerSteffen Pingel2011-07-06 11:10:51 +0000
commit162e8fbfa03a2ea56a1e375cd424e35fd9ce3e38 (patch)
tree8be6cf8fea433f67d79d85584c4ccc89857cf75d /org.eclipse.mylyn.help.sdk
parenta598b65ece68c5f4cc9f3edf16789c6bdf214105 (diff)
downloadorg.eclipse.mylyn.tasks-162e8fbfa03a2ea56a1e375cd424e35fd9ce3e38.tar.gz
org.eclipse.mylyn.tasks-162e8fbfa03a2ea56a1e375cd424e35fd9ce3e38.tar.xz
org.eclipse.mylyn.tasks-162e8fbfa03a2ea56a1e375cd424e35fd9ce3e38.zip
329561: [releng] migrate Mylyn projects to Git: updated pom
Diffstat (limited to 'org.eclipse.mylyn.help.sdk')
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
index 1477ee6da..b9613410d 100644
--- a/org.eclipse.mylyn.help.sdk/pom.xml
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-mylyn-parent</artifactId>
- <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn</groupId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.sdk</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top