diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-12-09 11:07:17 +0100 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-12-09 11:07:17 +0100 |
commit | e52bc616764bb8cdcd53803f77119f19c6dbb2ce (patch) | |
tree | 1884b33fda6b7f9103d1f45e6289fd0781d14fac /sonar-plugin-api/pom.xml | |
parent | 7fbfd4e6c28b7a3d66d91ffb3d70fac5ce5228d1 (diff) | |
download | sonarqube-e52bc616764bb8cdcd53803f77119f19c6dbb2ce.tar.gz sonarqube-e52bc616764bb8cdcd53803f77119f19c6dbb2ce.zip |
release 6.2-RC36.2-RC3
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 67286ec66e0..eeb12fdf53d 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC3</version> </parent> <artifactId>sonar-plugin-api</artifactId> |