diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 13:20:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-06 13:20:16 +0200 |
commit | 2a09628fe332e7888917553b5b649526bed3cc14 (patch) | |
tree | 2f0c2eeab2f4bd6a765165c1e41d9c39335dfb27 /tests/plugins/settings-encryption-plugin | |
parent | ec8ab77fa180a9edaf664075e8e76ae0b4a2d9f1 (diff) | |
download | sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.tar.gz sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.zip |
Set version 6.7.6-SNAPSHOT
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 2b729b5b679..2c3c79ec720 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.7.5</version> + <version>6.7.6-SNAPSHOT</version> </parent> <artifactId>settings-encryption-plugin</artifactId> <version>1.0-SNAPSHOT</version> |