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/oauth2-auth-plugin | |
parent | ec8ab77fa180a9edaf664075e8e76ae0b4a2d9f1 (diff) | |
download | sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.tar.gz sonarqube-2a09628fe332e7888917553b5b649526bed3cc14.zip |
Set version 6.7.6-SNAPSHOT
Diffstat (limited to 'tests/plugins/oauth2-auth-plugin')
-rw-r--r-- | tests/plugins/oauth2-auth-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/oauth2-auth-plugin/pom.xml b/tests/plugins/oauth2-auth-plugin/pom.xml index b30caf30f89..368e9952eb0 100644 --- a/tests/plugins/oauth2-auth-plugin/pom.xml +++ b/tests/plugins/oauth2-auth-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.7.5</version> + <version>6.7.6-SNAPSHOT</version> </parent> <artifactId>oauth2-auth-plugin</artifactId> |