aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-05-01 16:52:43 +0600
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-05-01 16:52:43 +0600
commitbe4b2cc4bb729e45a2f830985c3c52297c3afc13 (patch)
treec4507442f35fd5ac072574a2f8952c72a21a86d2 /pom.xml
parentdad9c03d2ff2fceaf0a3933d922c9f8daff62e60 (diff)
downloadsonarqube-be4b2cc4bb729e45a2f830985c3c52297c3afc13.tar.gz
sonarqube-be4b2cc4bb729e45a2f830985c3c52297c3afc13.zip
Use maven-compiler-plugin 2.4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cca97dbb850..3eb2062fd13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
+ <version>2.4</version>
</plugin>
<plugin>
<!-- not thread safe -->