summaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-07-26 14:25:57 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-07-26 18:23:56 +0400
commitb508728dc8d993a5b4ad5839b9553228b3ef4b47 (patch)
tree3582bdc3962c5c10438cadde42849610e42214e3 /sonar-application
parentfea2ef37ed0a1dfa73ebdd87799f5caa298aa2f2 (diff)
downloadsonarqube-b508728dc8d993a5b4ad5839b9553228b3ef4b47.tar.gz
sonarqube-b508728dc8d993a5b4ad5839b9553228b3ef4b47.zip
SONAR-2596,SONAR-2601 UI for email notifications
* Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 407cb8aeefb..9e9876e467b 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -210,7 +210,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-email-plugin</artifactId>
+ <artifactId>sonar-email-notifications-plugin</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>