summaryrefslogtreecommitdiffstats
path: root/server/sonar-process/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-process/pom.xml')
-rw-r--r--server/sonar-process/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 43b835463f4..5b58a3dc90f 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -1,12 +1,12 @@
<?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">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>sonar-process</artifactId>
<name>SonarQube :: Process</name>