aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-08-18 17:13:49 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-05 14:24:12 +0200
commit8a4587ef7ee4189c0a46170bca4c0ef0368d7ec8 (patch)
treef5347d978a039985cec9f8a5213540241d1eb348 /server/pom.xml
parent3cd07e43f87d63c80519dae1f77aee84a9c49990 (diff)
downloadsonarqube-8a4587ef7ee4189c0a46170bca4c0ef0368d7ec8.tar.gz
sonarqube-8a4587ef7ee4189c0a46170bca4c0ef0368d7ec8.zip
SONAR-9590 rename sonar-process-monitor to sonar-main
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 6ecf0057406..bd0564d4620 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -14,7 +14,7 @@
<modules>
<module>sonar-process</module>
- <module>sonar-process-monitor</module>
+ <module>sonar-main</module>
<module>sonar-db-core</module>
<module>sonar-db-migration</module>
<module>sonar-db-dao</module>