Upgrade maven plugin versions
[deliverable/tracecompass.git] / org.eclipse.tracecompass.pcap.core.tests / pom.xml
index ed5473e7b7ed0716539b8a5217973f60034a4239..faa592aa78e56d96e32b238b28c3878557272beb 100644 (file)
   <parent>
     <artifactId>org.eclipse.tracecompass</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.pcap.core.tests</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Trace Compass Pcap Parser Core Tests Plug-in</name>
@@ -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>
@@ -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.023675 seconds and 5 git commands to generate.