aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-01-13 17:55:44 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-01-13 17:55:44 +0100
commitf5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2 (patch)
tree921507db617a798ffca9f77541464ce6f754cab3 /pom.xml
parent2bfedb819981ac053da492f6775386b9141869cc (diff)
downloadsonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.tar.gz
sonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.zip
Fix project title in copyright headers
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d4d9d430f8b..8567ca2c751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,11 +74,10 @@
<jdk.min.version>1.7</jdk.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
+ <license.title>SonarQube</license.title>
<skipBatchTests>false</skipBatchTests>
<skipServerTests>false</skipServerTests>
-
- <version.maven-license.plugin>1.9.0</version.maven-license.plugin>
<skipSanityChecks>false</skipSanityChecks>
<argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m</argLine>