Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-04-22 20:48:13 +0000
committerIgor Fedorenko2011-05-11 23:59:50 +0000
commit4559dd21afc813f0976128924b059afcddc5453e (patch)
tree4b400d5a88cc6417dd0cdf4671c9befe0924fa58 /org.eclipse.m2e.site
parentc95b869a338ac6c09976d24228c2faa67b14ebd0 (diff)
downloadm2e-core-4559dd21afc813f0976128924b059afcddc5453e.tar.gz
m2e-core-4559dd21afc813f0976128924b059afcddc5453e.tar.xz
m2e-core-4559dd21afc813f0976128924b059afcddc5453e.zip
tycho 0.12.0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.site')
-rw-r--r--org.eclipse.m2e.site/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index 8555b7d2..79c1ec3a 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -31,14 +31,14 @@
</extensions>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<configuration>
<deployableFeature>true</deployableFeature>
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<executions>
<execution>

Back to the top