diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-12 10:06:48 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-12 10:06:48 +0100 |
commit | 9c9ed9f3d84e3dfc736e734d94adb480a8c6c188 (patch) | |
tree | a83e0bcfd8f31a7e607476107655db1b6a1f097d /sonar-plugin-api/pom.xml | |
parent | 372cab29ac3ee6afb5615141e11c96ad1cb6540e (diff) | |
download | sonarqube-9c9ed9f3d84e3dfc736e734d94adb480a8c6c188.tar.gz sonarqube-9c9ed9f3d84e3dfc736e734d94adb480a8c6c188.zip |
Use 4.5.2 as a reference for Clirr comparison report
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index eb865b6817e..6eeb77a9630 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -202,7 +202,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <configuration> - <comparisonVersion>4.5.1</comparisonVersion> + <comparisonVersion>4.5.2</comparisonVersion> <textOutputFile>${project.build.directory}/clirr-report.txt</textOutputFile> <linkXRef>false</linkXRef> <failOnError>false</failOnError> |