aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2012-04-06 06:55:14 +0000
committerEric Hartmann <hartmann.eric@gmail.com>2012-04-06 06:55:14 +0000
commit1027d2eb4f17edc9a1677185148db75ed30e55ab (patch)
tree04c3a336b83faa6125700b6ed03b2a9b0a247e28
parentbe5ab9b62aeda673be3cbdd281aa8e424fdab359 (diff)
downloadsonar-scanner-cli-1027d2eb4f17edc9a1677185148db75ed30e55ab.tar.gz
sonar-scanner-cli-1027d2eb4f17edc9a1677185148db75ed30e55ab.zip
Update to parent version 12 that restore JDK 5 compatibility
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 18c46dd..8587474 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
<artifactId>parent</artifactId>
- <version>11</version>
+ <version>12</version>
<relativePath>../parent</relativePath>
</parent>