Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-02-08 22:37:34 +0000
committerDavid Green2012-02-08 22:37:34 +0000
commitcfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d (patch)
tree92d2376a16fe372b2fbe470b4bc05e87e982aefe /org.eclipse.mylyn.tasks.index.tests
parent829aa2877b332f9547a816e91b3fdf899304b497 (diff)
parent4e6761cb77b94173165f8e1a3d3766e354982e3a (diff)
downloadorg.eclipse.mylyn.tasks-cfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d.tar.gz
org.eclipse.mylyn.tasks-cfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d.tar.xz
org.eclipse.mylyn.tasks-cfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d.zip
191522: provide full text search functionality over task comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191522 Change-Id: I93be38a91d657ea1df488dd56cad43c4c5505e3e
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.tests')
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.index.tests/pom.xml b/org.eclipse.mylyn.tasks.index.tests/pom.xml
index 4b70acfe5..fe598dd75 100644
--- a/org.eclipse.mylyn.tasks.index.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.index.tests/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
- <groupId>org.eclipse.mylyn.incubator</groupId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>

Back to the top