Skip to content

Commit 7f43cb5

Browse files
committed
Upgrade restito and update maven site
1 parent c15016a commit 7f43cb5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
<dependency>
322322
<groupId>com.xebialabs.restito</groupId>
323323
<artifactId>restito</artifactId>
324-
<version>0.8.2</version>
324+
<version>0.9.2</version>
325325
<scope>test</scope>
326326
</dependency>
327327
</dependencies>
@@ -446,7 +446,23 @@
446446
<plugin>
447447
<groupId>org.codehaus.mojo</groupId>
448448
<artifactId>cobertura-maven-plugin</artifactId>
449-
<version>2.5.1</version>
449+
<version>2.7</version>
450+
<configuration>
451+
<formats>
452+
<format>html</format>
453+
<format>xml</format>
454+
</formats>
455+
</configuration>
456+
</plugin>
457+
<plugin>
458+
<groupId>org.apache.maven.plugins</groupId>
459+
<artifactId>maven-surefire-report-plugin</artifactId>
460+
<version>2.19.1</version>
461+
</plugin>
462+
<plugin>
463+
<groupId>org.codehaus.mojo</groupId>
464+
<artifactId>versions-maven-plugin</artifactId>
465+
<version>2.3</version>
450466
</plugin>
451467
</plugins>
452468
</reporting>

0 commit comments

Comments
 (0)