diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-12-02 09:57:50 +0100 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-12-02 09:57:50 +0100 |
commit | 907bd522dc2e87249b76dc9cf32b2646ac49a16c (patch) | |
tree | cff6a2ade18eff36375e572fb977e2eb1e63832a /sonar-plugin-api | |
parent | b7608b6a0818d0b4372681d3cd224a930eb80410 (diff) | |
download | sonarqube-907bd522dc2e87249b76dc9cf32b2646ac49a16c.tar.gz sonarqube-907bd522dc2e87249b76dc9cf32b2646ac49a16c.zip |
Prepare for next development iteration
Diffstat (limited to 'sonar-plugin-api')
-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 90302369207..67286ec66e0 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-RC2</version> + <version>6.2-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |