Set next release to be 3.1.0.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / pom.xml
index 4483b2e6c9c2206dc97b2d4b363d5d40f61a0e8a..7ee2b429dcfe357c284897a1f0b54ffe52c4f82c 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.lttng2.kernel.core.tests</artifactId>
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.2</version>
+            <version>1.7</version>
             <executions>
                 <execution>
                     <id>prepare</id>
                     <phase>validate</phase>
                     <configuration>
-                    <tasks>
+                    <target>
                         <echo message="prepare phase" />
-                    </tasks>
+                    </target>
                     </configuration>
                         <goals>
                             <goal>run</goal>
@@ -63,7 +63,7 @@
                 </includes>
                 <useUIHarness>false</useUIHarness>
                 <useUIThread>false</useUIThread>
-                <product>org.eclipse.sdk.ide</product>
+                <product>org.eclipse.platform.ide</product>
             </configuration>
         </plugin>
     </plugins>
This page took 0.02512 seconds and 5 git commands to generate.