aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2014-07-09 16:29:39 +0200
committerJenkins CI <ci@sonarsource.com>2014-07-09 16:29:39 +0200
commit016723c452f78fa41c1f9098a8a28ccff940c1c4 (patch)
treea09591d5d5825f4d88a4c5b34076e75aca726c4a /sonar-application/pom.xml
parent9078aa7e35bd95a9c9ef75827e61ee2fdbe1a7f6 (diff)
parent46a655cc343aba370396d8af5fbc34d5da668a0a (diff)
downloadsonarqube-016723c452f78fa41c1f9098a8a28ccff940c1c4.tar.gz
sonarqube-016723c452f78fa41c1f9098a8a28ccff940c1c4.zip
Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEAD
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 456e50da0f5..049eb5aa3a6 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -242,8 +241,8 @@
<phase>package</phase>
<configuration>
<target>
- <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5"/>
- <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha"/>
+ <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5" />
+ <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha" />
</target>
</configuration>
<goals>