Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-16 15:20:25 +0000
committerspingel2011-06-16 15:20:25 +0000
commit87164a13614071c3244a2b87ebb124a5ebe6422e (patch)
treee8d13e70eccfb3bc14dd809933f3f1728edbff6d /org.eclipse.mylyn.trac.ui
parent5cdbb86f69c0cfc62e1b6331cebafa3262272f51 (diff)
downloadorg.eclipse.mylyn.tasks-87164a13614071c3244a2b87ebb124a5ebe6422e.tar.gz
org.eclipse.mylyn.tasks-87164a13614071c3244a2b87ebb124a5ebe6422e.tar.xz
org.eclipse.mylyn.tasks-87164a13614071c3244a2b87ebb124a5ebe6422e.zip
bug 349422: migrate to Tycho 0.12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349422
Diffstat (limited to 'org.eclipse.mylyn.trac.ui')
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml
index 853d25969..4cc56fb15 100644
--- a/org.eclipse.mylyn.trac.ui/pom.xml
+++ b/org.eclipse.mylyn.trac.ui/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