diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-06-27 09:52:08 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-06-27 09:52:08 +0200 |
commit | 8534a54e268c4dc3992c1b9ee81e6e8e9d5eb8a3 (patch) | |
tree | 5a189cb41a6a37088f4ed18fee6516ca9cb2b832 /tests/pom.xml | |
parent | 264e472c37396b47a96393f4d22fe9600626c9e4 (diff) | |
download | sonarqube-8534a54e268c4dc3992c1b9ee81e6e8e9d5eb8a3.tar.gz sonarqube-8534a54e268c4dc3992c1b9ee81e6e8e9d5eb8a3.zip |
set next dev version to 5.6.1-SNAPSHOT
Diffstat (limited to 'tests/pom.xml')
-rw-r--r-- | tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index c4625202fd1..cf88ca2a1f8 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.6-SNAPSHOT</version> + <version>5.6.1-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> |