Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-31 14:17:19 +0000
committerSteffen Pingel2011-08-31 14:17:19 +0000
commitce858d764f54cf03b765c13ae1e67c0944b9fce0 (patch)
tree876eaf61ec5971d886940843d9f130e4ef6d70c9 /org.eclipse.mylyn.tasks.search
parent46351dc3bebd87b5efd8c03694b24ec190688979 (diff)
downloadorg.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.tar.gz
org.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.tar.xz
org.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.zip
migrate to Tycho 0.12.0
Diffstat (limited to 'org.eclipse.mylyn.tasks.search')
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
index 1ea26cb9d..90e4bf182 100644
--- a/org.eclipse.mylyn.tasks.search/pom.xml
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

Back to the top