diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:52:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:52:16 +0200 |
commit | 1a6b9d21db5154ccf5ce34d671f567138f497dbb (patch) | |
tree | bb65589e3de1d028620dff64d7bfd51363a06c8b /tests/plugins/property-relocation-plugin | |
parent | c0943b57d99e2afbd0bb5d9b97485b676395a2b3 (diff) | |
download | sonarqube-1a6b9d21db5154ccf5ce34d671f567138f497dbb.tar.gz sonarqube-1a6b9d21db5154ccf5ce34d671f567138f497dbb.zip |
Bring 6.6-SNAPSHOT back
Diffstat (limited to 'tests/plugins/property-relocation-plugin')
-rw-r--r-- | tests/plugins/property-relocation-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/property-relocation-plugin/pom.xml b/tests/plugins/property-relocation-plugin/pom.xml index d0527e8d0c7..6644c4b24c9 100644 --- a/tests/plugins/property-relocation-plugin/pom.xml +++ b/tests/plugins/property-relocation-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-M1</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>property-relocation-plugin</artifactId> |