diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-05 17:36:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-05 17:36:29 +0100 |
commit | d543d23fe19869c9f3a412e0eed9dfd2034f24b7 (patch) | |
tree | 9b14f1d0a0574ad6b27a31175ca8111af644189d /server/pom.xml | |
parent | b0aecb12794c3c85b660ff7e828dc8d5d8c2eef4 (diff) | |
download | sonarqube-d543d23fe19869c9f3a412e0eed9dfd2034f24b7.tar.gz sonarqube-d543d23fe19869c9f3a412e0eed9dfd2034f24b7.zip |
Rename module sonar-data-test to sonar-server-benchmarks
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index 8e087ad3f87..e931018c074 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -17,6 +17,6 @@ <module>sonar-server</module> <module>sonar-web</module> <module>sonar-ws-client</module> - <module>sonar-data-test</module> + <module>sonar-server-benchmarks</module> </modules> </project> |