diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-29 15:23:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-29 15:23:05 +0200 |
commit | 52fec9954c6d5225d6ea4ee61a3ae71721fd3881 (patch) | |
tree | 8527d7a83a0523cdd5fcd2efefcbeced8e26e400 /sonar-application | |
parent | a8e2ff5ad049dc21a9922dca08ef3c2825605c1b (diff) | |
download | sonarqube-52fec9954c6d5225d6ea4ee61a3ae71721fd3881.tar.gz sonarqube-52fec9954c6d5225d6ea4ee61a3ae71721fd3881.zip |
Replace references to jira.codehaus.org by jira.sonarsource.com
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index fa88713a16d..82c1d5a261c 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -33,12 +33,12 @@ # - Only thin client is supported # - Only versions 11.2.* of Oracle JDBC driver are supported # - The JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/ -# - If you need to set the schema, please refer to http://jira.codehaus.org/browse/SONAR-5000 +# - If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000 #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE #----- PostgreSQL 8.x/9.x -# If you don't use the schema named "public", please refer to http://jira.codehaus.org/browse/SONAR-5000 +# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar |