migration to new jenkins
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad314067a71c7345c57457bec9450e89d37c4224..5f43e556dc502d6c4922724a15e80040bedfa01a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.wamblee</groupId>
        <artifactId>wamblee-utils</artifactId>
        <packaging>pom</packaging>
-       <version>0.8</version>
+       <version>0.9-SNAPSHOT</version>
        <name>/</name>
        <description>wamblee.org utilities library</description>
        <url>http://wamblee.org</url>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>cobertura-maven-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>2.7</version>
                                <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>clean</goal>
-                                               </goals>
-                                       </execution>
+                    <execution>
+                                           <phase>post-integration-test</phase>
+                        <goals>
+                            <goal>cobertura</goal>
+                        </goals>
+                    </execution>
                                </executions>
                                <configuration>
-                                       <instrumentation>
-                                               <excludes>
-                                               </excludes>
-                                       </instrumentation>
+                    <aggregate>true</aggregate>
+                    <formats>
+                        <format>html</format>
+                        <format>xml</format>
+                    </formats>
                                </configuration>
                        </plugin>
                        <plugin>
                        <plugins>
                                <plugin>
                                        <artifactId>maven-site-plugin</artifactId>
-                                       <version>3.0-beta-3</version>
+                                       <version>3.12.0</version>
                                        <configuration>
                                                <reportPlugins>
                                                        <plugin>