Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-05-13 15:00:42 +0000
committerAlexander Kurtakov2011-05-13 15:00:42 +0000
commitd6345beb2b83a38aec5908735889992e8a2a11f6 (patch)
treebd3dbfebc7a8a78539d6c163a69adc44b2a7887d /changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
parent24f1c77e04f904d2e694470b5349dbcb96d671d9 (diff)
downloadorg.eclipse.linuxtools-d6345beb2b83a38aec5908735889992e8a2a11f6.tar.gz
org.eclipse.linuxtools-d6345beb2b83a38aec5908735889992e8a2a11f6.tar.xz
org.eclipse.linuxtools-d6345beb2b83a38aec5908735889992e8a2a11f6.zip
Fix tycho surefire plugin name.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml b/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
index 42fe5ceee1..fc00707279 100644
--- a/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
@@ -27,7 +27,7 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-test-plugin</artifactId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<excludes>

Back to the top