Set next release to be 3.1.0.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.help / pom.xml
index a7e681fc3303618c4e9690a7f6fec0c70caac9b6..a09c65a1aca9eb41799592fe228fc56e0e0effb5 100644 (file)
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.help</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <name>Linux Tools TMF Help Plug-in</name>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.6</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
             <phase>generate-sources</phase>
             <configuration>
               <echo>Generating TMF Help Files</echo>
-              <tasks>
+              <target>
                 <property name="compile_classpath" refid="maven.compile.classpath" />
                 <ant target="build" inheritRefs="true" antfile="build.xml" />
-              </tasks>
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>clean-documentation</id>
+            <phase>clean</phase>
+            <configuration>
+              <echo>Cleaning up generated TMF Help Files</echo>
+              <target>
+                <ant target="clean" antfile="build.xml" />
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
This page took 0.024804 seconds and 5 git commands to generate.