diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 15:31:47 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 15:32:37 +0200 |
commit | 5c932911b44a302376be42ddda143949e8662fb9 (patch) | |
tree | cf4575ca2ce649b9f10be76a5a3f23258bc4c0e7 /samples/pmd-extensions-plugin | |
parent | 10ae8b0faae08d4bafb6d21120a68bd30a099183 (diff) | |
download | sonarqube-5c932911b44a302376be42ddda143949e8662fb9.tar.gz sonarqube-5c932911b44a302376be42ddda143949e8662fb9.zip |
Replace 2.8-RC2 by 2.8 in samples
Diffstat (limited to 'samples/pmd-extensions-plugin')
-rw-r--r-- | samples/pmd-extensions-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pmd-extensions-plugin/pom.xml b/samples/pmd-extensions-plugin/pom.xml index 20d9bd8fdd4..80641f168c4 100644 --- a/samples/pmd-extensions-plugin/pom.xml +++ b/samples/pmd-extensions-plugin/pom.xml @@ -11,7 +11,7 @@ <description>PMD extensions for Sonar</description> <properties> - <sonar.buildVersion>2.8-RC2</sonar.buildVersion> + <sonar.buildVersion>2.8</sonar.buildVersion> </properties> <dependencies> |