diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-24 17:13:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-24 17:13:45 +0100 |
commit | b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab (patch) | |
tree | 944cd5c91ed08d732f573d4da0eb4d50913f73fa /tests/plugins/settings-encryption-plugin | |
parent | fb311dc654dfe2b0f5103d9ff08a1c790ee58e0e (diff) | |
download | sonarqube-b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab.tar.gz sonarqube-b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab.zip |
Set version 7.1-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 65bd2b2378d..c3395957065 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>7.0-SNAPSHOT</version> + <version>7.1-SNAPSHOT</version> </parent> <artifactId>settings-encryption-plugin</artifactId> <version>1.0-SNAPSHOT</version> |