Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-10 20:48:04 +0000
committerChris Aniszczyk2011-05-17 14:23:25 +0000
commit9eb81e6e28406a160ece4cd9854b4fd84db03013 (patch)
tree49ff1c02892de93e238986ea6eb1671bcb5aa195 /org.eclipse.egit.core/pom.xml
parentbb417a8d2668a273fd387ff6b04b1f3dc29cdcab (diff)
downloadegit-9eb81e6e28406a160ece4cd9854b4fd84db03013.tar.gz
egit-9eb81e6e28406a160ece4cd9854b4fd84db03013.tar.xz
egit-9eb81e6e28406a160ece4cd9854b4fd84db03013.zip
Update to tycho version 0.12
Following migration instructions [1]. [1] http://dev.eclipse.org/mhonarc/lists/tycho-user/msg00080.html Change-Id: I273a85ebacbacd7a5592b4c846392ffbef2f6f05 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.core/pom.xml')
-rw-r--r--org.eclipse.egit.core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.core/pom.xml b/org.eclipse.egit.core/pom.xml
index fbcc0d66cb..7e1f3fd0a7 100644
--- a/org.eclipse.egit.core/pom.xml
+++ b/org.eclipse.egit.core/pom.xml
@@ -37,8 +37,8 @@
</resources>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>

Back to the top