diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:56:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:56:55 +0200 |
commit | c59dfb67269321ca648bfae6c44fdf123cf3fa1e (patch) | |
tree | 32b9b0c34358fd119c1f642dccfbded8adccbfa4 /tests/plugins/foo-plugin-v1/pom.xml | |
parent | b62b59da1adf991c41ed0730684f813d4116f6cc (diff) | |
download | sonarqube-c59dfb67269321ca648bfae6c44fdf123cf3fa1e.tar.gz sonarqube-c59dfb67269321ca648bfae6c44fdf123cf3fa1e.zip |
Prepare development version 6.7.5-SNAPSHOT
Diffstat (limited to 'tests/plugins/foo-plugin-v1/pom.xml')
-rw-r--r-- | tests/plugins/foo-plugin-v1/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/foo-plugin-v1/pom.xml b/tests/plugins/foo-plugin-v1/pom.xml index 6895d74990f..794932ba06a 100644 --- a/tests/plugins/foo-plugin-v1/pom.xml +++ b/tests/plugins/foo-plugin-v1/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.7.4</version> + <version>6.7.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v1</artifactId> |