Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-16 15:20:20 +0000
committerspingel2011-06-16 15:20:20 +0000
commit66435342ce3781508369b0fc895181ea4031d553 (patch)
treec34bc57ec00f8f44c3a5e782fc32c912039f1f27 /org.eclipse.mylyn.commons.xmlrpc
parentb0ff676e5808617d73da084dd3a96d11fd7246ea (diff)
downloadorg.eclipse.mylyn.commons-66435342ce3781508369b0fc895181ea4031d553.tar.gz
org.eclipse.mylyn.commons-66435342ce3781508369b0fc895181ea4031d553.tar.xz
org.eclipse.mylyn.commons-66435342ce3781508369b0fc895181ea4031d553.zip
bug 349422: migrate to Tycho 0.12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349422
Diffstat (limited to 'org.eclipse.mylyn.commons.xmlrpc')
-rw-r--r--org.eclipse.mylyn.commons.xmlrpc/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.commons.xmlrpc/pom.xml b/org.eclipse.mylyn.commons.xmlrpc/pom.xml
index 8010bc62..8ef67b6a 100644
--- a/org.eclipse.mylyn.commons.xmlrpc/pom.xml
+++ b/org.eclipse.mylyn.commons.xmlrpc/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