aboutsummaryrefslogtreecommitdiffstats
path: root/jacoco-maven-plugin.test/it
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2013-08-29 02:04:22 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2013-08-29 02:04:22 +0200
commit9e6d8d36994ddf9ae9d6ba116ad2b95dc98927d7 (patch)
tree0667f85ccb3048207614181529071da7d1cd582b /jacoco-maven-plugin.test/it
parentf49a398d4a093e8a8b33277cfb83149c697c6150 (diff)
downloadplatform_external_jacoco-9e6d8d36994ddf9ae9d6ba116ad2b95dc98927d7.tar.gz
platform_external_jacoco-9e6d8d36994ddf9ae9d6ba116ad2b95dc98927d7.tar.bz2
platform_external_jacoco-9e6d8d36994ddf9ae9d6ba116ad2b95dc98927d7.zip
For tests use maven-site-plugin 3.3, compatible with Maven 3.1.0 (GitHub #121)
Diffstat (limited to 'jacoco-maven-plugin.test/it')
-rw-r--r--jacoco-maven-plugin.test/it/it-site/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin.test/it/it-site/pom.xml b/jacoco-maven-plugin.test/it/it-site/pom.xml
index d77047b4..b400645d 100644
--- a/jacoco-maven-plugin.test/it/it-site/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-site/pom.xml
@@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
</plugin>
</plugins>
</build>