diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-10-03 09:39:32 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-10-03 09:39:32 +0200 |
commit | ce3ce96c67a779c82ecd12e29cbf861b0d0a6476 (patch) | |
tree | edff92ed16fd2977abf8c8525070e14bc45eac7c /sonar-plugin-api | |
parent | 879e50736fb84d12259e23bd8ea0d2293dc43046 (diff) | |
download | sonarqube-ce3ce96c67a779c82ecd12e29cbf861b0d0a6476.tar.gz sonarqube-ce3ce96c67a779c82ecd12e29cbf861b0d0a6476.zip |
[maven-release-plugin] 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 5ba52335774..2a4b6b7cb08 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.1-RC2</version> + <version>6.1-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |