diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-batch-maven-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-batch-maven-plugin/pom.xml b/plugins/sonar-batch-maven-plugin/pom.xml index 8908bf648a5..0548ca75d2e 100644 --- a/plugins/sonar-batch-maven-plugin/pom.xml +++ b/plugins/sonar-batch-maven-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 29310fb8f1a..8438be53cba 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> |