aboutsummaryrefslogtreecommitdiffstats
path: root/samples/pmd-extensions-plugin
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-05-10 09:04:27 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-05-10 09:04:27 +0200
commita9cf3b23916a0c2140b1ee2cba438401cda4f1a2 (patch)
tree1dfc1080aa76b8ccf0cafb83785b65d273cba99b /samples/pmd-extensions-plugin
parentab5551a5b09df4c0bdb148155330a700f7fc1cec (diff)
downloadsonarqube-a9cf3b23916a0c2140b1ee2cba438401cda4f1a2.tar.gz
sonarqube-a9cf3b23916a0c2140b1ee2cba438401cda4f1a2.zip
Improve versions of samples
Diffstat (limited to 'samples/pmd-extensions-plugin')
-rw-r--r--samples/pmd-extensions-plugin/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/pmd-extensions-plugin/pom.xml b/samples/pmd-extensions-plugin/pom.xml
index 864ba1ee456..20d9bd8fdd4 100644
--- a/samples/pmd-extensions-plugin/pom.xml
+++ b/samples/pmd-extensions-plugin/pom.xml
@@ -6,13 +6,12 @@
<groupId>com.mycompany.sonar</groupId>
<artifactId>sonar-pmd-extensions-plugin</artifactId>
<packaging>sonar-plugin</packaging>
- <version>2.8-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<name>Sonar :: Samples :: PMD extensions</name>
<description>PMD extensions for Sonar</description>
<properties>
- <!-- To be replaced with the minimum required version of Sonar -->
- <sonar.buildVersion>${project.version}</sonar.buildVersion>
+ <sonar.buildVersion>2.8-RC2</sonar.buildVersion>
</properties>
<dependencies>