diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 16:07:48 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 16:07:48 +0200 |
commit | 88942f341575a9e07f9951617ac4b59940e6558e (patch) | |
tree | 85af5e4d14466d4e5601417bc6939e19ecbcdfac /server/sonar-process-monitor/pom.xml | |
parent | e5aea553f53345a490c3d7a0dd89e80358f19e5c (diff) | |
download | sonarqube-88942f341575a9e07f9951617ac4b59940e6558e.tar.gz sonarqube-88942f341575a9e07f9951617ac4b59940e6558e.zip |
SONAR-4898 fix merge of branch-4.5
Diffstat (limited to 'server/sonar-process-monitor/pom.xml')
-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 fa0869a52b8..0e347c286ae 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>5.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |