aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-08-24 13:24:05 +0200
committerGitHub <noreply@github.com>2016-08-24 13:24:05 +0200
commit7d85d969c0d0dddb202ee9440cabd5c698a7cfe3 (patch)
tree6c25428acf1d61a4830cc1772cb6a70ce841d581 /sonar-application
parent170910a9c2619e67b7393235959bbb3d002deb4d (diff)
downloadsonarqube-7d85d969c0d0dddb202ee9440cabd5c698a7cfe3.tar.gz
sonarqube-7d85d969c0d0dddb202ee9440cabd5c698a7cfe3.zip
SONAR-7893 end of support of MSSQL 2008
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 64641e13148..3925c097c85 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -36,7 +36,7 @@
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar
-#----- Microsoft SQLServer 2008/2012/2014 and SQL Azure
+#----- Microsoft SQLServer 2012/2014 and SQL Azure
# A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
# Use the following connection string if you want to use integrated security with Microsoft Sql Server
# Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security