bug 333270: Investigate moving build to Tycho
Move to Tycho 0.12
diff --git a/releng/org.eclipse.gmf.tooling-parent/pom.xml b/releng/org.eclipse.gmf.tooling-parent/pom.xml
index 1d3b251..841e41d 100644
--- a/releng/org.eclipse.gmf.tooling-parent/pom.xml
+++ b/releng/org.eclipse.gmf.tooling-parent/pom.xml
@@ -9,7 +9,7 @@
<description>Parent project for GMF Tooling build</description>
<properties>
- <tycho-version>0.11.1</tycho-version>
+ <tycho-version>0.12.0</tycho-version>
</properties>
<modules>
@@ -115,14 +115,14 @@
<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>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
diff --git a/tests/org.eclipse.gmf.tests.lite/pom.xml b/tests/org.eclipse.gmf.tests.lite/pom.xml
index c2d2aff..686a2d2 100644
--- a/tests/org.eclipse.gmf.tests.lite/pom.xml
+++ b/tests/org.eclipse.gmf.tests.lite/pom.xml
@@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testSuite>org.eclipse.gmf.tests</testSuite>
<testClass>org.eclipse.gmf.tests.AllTests</testClass>
diff --git a/tests/org.eclipse.gmf.tests.xpand.migration/pom.xml b/tests/org.eclipse.gmf.tests.xpand.migration/pom.xml
index 74966e8..bbfbfff 100644
--- a/tests/org.eclipse.gmf.tests.xpand.migration/pom.xml
+++ b/tests/org.eclipse.gmf.tests.xpand.migration/pom.xml
@@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testSuite>org.eclipse.gmf.tests</testSuite>
<testClass>org.eclipse.gmf.tests.AllTests</testClass>
diff --git a/tests/org.eclipse.gmf.tests.xpand/pom.xml b/tests/org.eclipse.gmf.tests.xpand/pom.xml
index 10c0abb..eb0cf45 100644
--- a/tests/org.eclipse.gmf.tests.xpand/pom.xml
+++ b/tests/org.eclipse.gmf.tests.xpand/pom.xml
@@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testSuite>org.eclipse.gmf.tests</testSuite>
<testClass>org.eclipse.gmf.tests.AllTests</testClass>
diff --git a/tests/org.eclipse.gmf.tests/pom.xml b/tests/org.eclipse.gmf.tests/pom.xml
index aa5d274..c234315 100644
--- a/tests/org.eclipse.gmf.tests/pom.xml
+++ b/tests/org.eclipse.gmf.tests/pom.xml
@@ -16,8 +16,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testSuite>org.eclipse.gmf.tests</testSuite>
<testClass>org.eclipse.gmf.tests.AllTests</testClass>