diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-06 10:52:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-06 10:52:57 +0100 |
commit | 0fddc5fa4ea33882b60e072eee51f0e1ea585b4c (patch) | |
tree | ca06a067fbf862e691f47b0d342004f9dd97adea /server/sonar-process-monitor | |
parent | a729de69050ef86f5da1a1c3b54b4c7d4d318893 (diff) | |
download | sonarqube-0fddc5fa4ea33882b60e072eee51f0e1ea585b4c.tar.gz sonarqube-0fddc5fa4ea33882b60e072eee51f0e1ea585b4c.zip |
Fix quality flaws5.4-M3
Diffstat (limited to 'server/sonar-process-monitor')
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index fa609738aa6..79af2d8e42d 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/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-monitor</artifactId> <name>SonarQube :: Process Monitor</name> |