Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-15 12:22:57 +0000
committerspingel2011-06-15 12:22:57 +0000
commitf607b86e5829509b89afb4c2848697322d5d1c51 (patch)
tree1408def532861ac16befe131c1b4f09e09f4be62 /org.eclipse.mylyn.experimental-sdk-feature
parent34ec3e28c7f5d3c0da0fcc730086a32ce56cc847 (diff)
downloadorg.eclipse.mylyn.incubator-f607b86e5829509b89afb4c2848697322d5d1c51.tar.gz
org.eclipse.mylyn.incubator-f607b86e5829509b89afb4c2848697322d5d1c51.tar.xz
org.eclipse.mylyn.incubator-f607b86e5829509b89afb4c2848697322d5d1c51.zip
bug 349422: migrate to Tycho 0.12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349422
Diffstat (limited to 'org.eclipse.mylyn.experimental-sdk-feature')
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/pom.xml b/org.eclipse.mylyn.experimental-sdk-feature/pom.xml
index 5035e3de..6731e20a 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.experimental-sdk-feature/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