diff options
-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> |