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
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>
-rw-r--r--org.eclipse.m2e.archetype.common/pom.xml4
-rw-r--r--org.eclipse.m2e.maven.indexer/pom.xml6
-rw-r--r--org.eclipse.m2e.parent/pom.xml22
-rw-r--r--org.eclipse.m2e.site/pom.xml6
-rw-r--r--org.jboss.netty/pom.xml4
5 files changed, 21 insertions, 21 deletions
diff --git a/org.eclipse.m2e.archetype.common/pom.xml b/org.eclipse.m2e.archetype.common/pom.xml
index 1d4afbd2..f524baf8 100644
--- a/org.eclipse.m2e.archetype.common/pom.xml
+++ b/org.eclipse.m2e.archetype.common/pom.xml
@@ -55,8 +55,8 @@
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
diff --git a/org.eclipse.m2e.maven.indexer/pom.xml b/org.eclipse.m2e.maven.indexer/pom.xml
index b9584515..6aa73d8a 100644
--- a/org.eclipse.m2e.maven.indexer/pom.xml
+++ b/org.eclipse.m2e.maven.indexer/pom.xml
@@ -29,7 +29,7 @@
/opt/maven/bin/mvn -o \
-Dtycho.mode=maven -Pupdate-dependencies \
- clean org.sonatype.tycho:maven-osgi-packaging-plugin:generate-bundle
+ clean org.eclipse.tycho:tycho-packaging-plugin:generate-bundle
-->
<profiles>
<profile>
@@ -66,8 +66,8 @@
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
diff --git a/org.eclipse.m2e.parent/pom.xml b/org.eclipse.m2e.parent/pom.xml
index 51b14596..ca21cbf7 100644
--- a/org.eclipse.m2e.parent/pom.xml
+++ b/org.eclipse.m2e.parent/pom.xml
@@ -44,7 +44,7 @@
<m2e.site-compressed>http://repository.sonatype.org/service/local/repositories/forge-sites/content-compressed/</m2e.site-compressed>
- <tycho-version>0.11.0</tycho-version>
+ <tycho-version>0.12.0</tycho-version>
<target.platform>m2e-e37</target.platform>
</properties>
@@ -235,7 +235,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
@@ -250,7 +250,7 @@
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
@@ -272,13 +272,13 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>maven-osgi-lifecycle-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<!-- workaround for TYCHO-349 or TYCHO-313 -->
@@ -286,8 +286,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
@@ -299,8 +299,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-compiler-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.5</source>
@@ -308,7 +308,7 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
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>
diff --git a/org.jboss.netty/pom.xml b/org.jboss.netty/pom.xml
index d244cf0a..476d831a 100644
--- a/org.jboss.netty/pom.xml
+++ b/org.jboss.netty/pom.xml
@@ -24,8 +24,8 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<configuration>
<format>'Final-'yyyyMMddHHmm</format>
</configuration>

Back to the top