diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-05-02 17:03:52 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-05-02 17:03:52 +0200 |
commit | ab6c53bfe803a32c33b5f200e8dbc00f6d912be0 (patch) | |
tree | b7304aa3fd3cb619bdc3567d9b1d5f948cb26054 /sonar-db | |
parent | 5773a4aab0ef6c0de79d3038e82f8a051049d6d0 (diff) | |
download | sonarqube-ab6c53bfe803a32c33b5f200e8dbc00f6d912be0.tar.gz sonarqube-ab6c53bfe803a32c33b5f200e8dbc00f6d912be0.zip |
Update version to 5.5-SNAPSHOT
Diffstat (limited to 'sonar-db')
-rw-r--r-- | sonar-db/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index 31b08e21fce..f6a050f74f2 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.5</version> + <version>5.5-SNAPSHOT</version> </parent> <artifactId>sonar-db</artifactId> |