diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-13 17:55:44 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-13 17:55:44 +0100 |
commit | f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2 (patch) | |
tree | 921507db617a798ffca9f77541464ce6f754cab3 /pom.xml | |
parent | 2bfedb819981ac053da492f6775386b9141869cc (diff) | |
download | sonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.tar.gz sonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.zip |
Fix project title in copyright headers
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |