Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.commons.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.discovery.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.monitor.tests/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.tests/pom.xml b/org.eclipse.mylyn.commons.tests/pom.xml
index c5867d7d..7f2a67b9 100644
--- a/org.eclipse.mylyn.commons.tests/pom.xml
+++ b/org.eclipse.mylyn.commons.tests/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.mylyn.discovery.tests/pom.xml b/org.eclipse.mylyn.discovery.tests/pom.xml
index 7a6771da..5fdbdebc 100644
--- a/org.eclipse.mylyn.discovery.tests/pom.xml
+++ b/org.eclipse.mylyn.discovery.tests/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.discovery.tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.mylyn.monitor.tests/pom.xml b/org.eclipse.mylyn.monitor.tests/pom.xml
index 5b0a8511..47458ecc 100644
--- a/org.eclipse.mylyn.monitor.tests/pom.xml
+++ b/org.eclipse.mylyn.monitor.tests/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.monitor.tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>

Back to the top