aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application')
-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 77e45c68e3c..32072863f92 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>
<groupId>org.codehaus.sonar</groupId>
@@ -38,8 +37,8 @@
<phase>package</phase>
<configuration>
<target>
- <checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="md5"/>
- <checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="sha"/>
+ <checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="md5" />
+ <checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="sha" />
</target>
</configuration>
<goals>