Upgrade maven plugin versions
[deliverable/tracecompass.git] / org.eclipse.tracecompass.pcap.core.tests / pom.xml
index ba9e9be140cd1e15d433182c5e0233c69568d440..faa592aa78e56d96e32b238b28c3878557272beb 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.pcap.core.tests</artifactId>
@@ -40,6 +40,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
             <executions>
               <execution>
                 <id>prepare</id>
@@ -68,7 +69,7 @@
         <version>${tycho-version}</version>
         <configuration>
           <testSuite>org.eclipse.tracecompass.pcap.core.tests</testSuite>
-          <testClass>org.eclipse.linuxtools.pcap.core.tests.AllPcapCoreTests</testClass>
+          <testClass>org.eclipse.tracecompass.pcap.core.tests.AllPcapCoreTests</testClass>
           <useUIHarness>false</useUIHarness>
           <useUIThread>false</useUIThread>
           <product>org.eclipse.platform.ide</product>
@@ -78,7 +79,7 @@
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-traces</id>
This page took 0.032915 seconds and 5 git commands to generate.