Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-10 21:27:16 +0000
committerChris Aniszczyk2011-05-10 21:29:35 +0000
commite58c0ccc5cf5da2628fc9921a239cc29d3cac1c1 (patch)
treecba676fdadc15ad9b9242afa73154382d3024b2c /org.eclipse.mylyn.github.tests/pom.xml
parentcd6154970c7a95dc8cca272bac5668188a24ae79 (diff)
downloadegit-github-e58c0ccc5cf5da2628fc9921a239cc29d3cac1c1.tar.gz
egit-github-e58c0ccc5cf5da2628fc9921a239cc29d3cac1c1.tar.xz
egit-github-e58c0ccc5cf5da2628fc9921a239cc29d3cac1c1.zip
Reverts work for using Tycho 0.12
Tycho has issues running UI tests. Change-Id: Iac92759109a326fffe794de9d4b5652b1d610dff Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/pom.xml')
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index f63f6c20..8cddc404 100644
--- a/org.eclipse.mylyn.github.tests/pom.xml
+++ b/org.eclipse.mylyn.github.tests/pom.xml
@@ -27,7 +27,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
+ <groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>

Back to the top