diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
commit | c0943b57d99e2afbd0bb5d9b97485b676395a2b3 (patch) | |
tree | 054e362a63a176480cc77604cb19698f28debbce /tests/plugins/settings-encryption-plugin | |
parent | b11a6e05bf4066ec5b4d79ac834e592a47db099b (diff) | |
download | sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.tar.gz sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.zip |
Release 6.6-M1
Diffstat (limited to 'tests/plugins/settings-encryption-plugin')
-rw-r--r-- | tests/plugins/settings-encryption-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/settings-encryption-plugin/pom.xml b/tests/plugins/settings-encryption-plugin/pom.xml index 607c2f4fffe..775fb91a1df 100644 --- a/tests/plugins/settings-encryption-plugin/pom.xml +++ b/tests/plugins/settings-encryption-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>settings-encryption-plugin</artifactId> <version>1.0-SNAPSHOT</version> |