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 | |
parent | 10ae8b0faae08d4bafb6d21120a68bd30a099183 (diff) | |
download | sonarqube-5c932911b44a302376be42ddda143949e8662fb9.tar.gz sonarqube-5c932911b44a302376be42ddda143949e8662fb9.zip |
Replace 2.8-RC2 by 2.8 in samples
Diffstat (limited to 'samples')
-rw-r--r-- | samples/gwt-plugin/pom.xml | 2 | ||||
-rw-r--r-- | samples/pmd-extensions-plugin/pom.xml | 2 | ||||
-rw-r--r-- | samples/standard-plugin/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/samples/gwt-plugin/pom.xml b/samples/gwt-plugin/pom.xml index 760a52d4111..abecb620c56 100644 --- a/samples/gwt-plugin/pom.xml +++ b/samples/gwt-plugin/pom.xml @@ -11,7 +11,7 @@ <description>Description of plugin with GWT extensions</description> <properties> - <sonar.buildVersion>2.8-RC2</sonar.buildVersion> + <sonar.buildVersion>2.8</sonar.buildVersion> </properties> 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> diff --git a/samples/standard-plugin/pom.xml b/samples/standard-plugin/pom.xml index 8ff843c41c2..d1692b5dc57 100644 --- a/samples/standard-plugin/pom.xml +++ b/samples/standard-plugin/pom.xml @@ -11,7 +11,7 @@ <description>Description of standard plugin</description> <properties> - <sonar.buildVersion>2.8-RC2</sonar.buildVersion> + <sonar.buildVersion>2.8</sonar.buildVersion> </properties> <dependencies> |