diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-11-19 14:10:02 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-11-19 14:10:02 +0100 |
commit | 4efc937dd31d1bb84d434ec7e96b5b07939ee969 (patch) | |
tree | f7e5dc23c9548f4993ccd9f1298b611107d4e794 /tests/plugins/oauth2-auth-plugin | |
parent | 5e45d1322ed79da2ec30934276e326e3ae9273b3 (diff) | |
download | sonarqube-4efc937dd31d1bb84d434ec7e96b5b07939ee969.tar.gz sonarqube-4efc937dd31d1bb84d434ec7e96b5b07939ee969.zip |
Release 6.7.6
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 368e9952eb0..0507f38dad2 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.6-SNAPSHOT</version> + <version>6.7.6</version> </parent> <artifactId>oauth2-auth-plugin</artifactId> |