diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2015-01-14 18:38:53 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2015-01-14 18:38:53 +0100 |
commit | dc62506bf3b331ec19c053e225e415d164ee60b0 (patch) | |
tree | b9de6cfea4997efc65d1e28c5e2cc60302e9baba /sonar-batch-protocol | |
parent | b35fa4fa335abfd86ee721369e344cb7876c23fe (diff) | |
download | sonarqube-5.0.tar.gz sonarqube-5.0.zip |
Release 5.05.0
Diffstat (limited to 'sonar-batch-protocol')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 7d7a4850929..9fe5ee60047 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>5.0-SNAPSHOT</version> + <version>5.0</version> </parent> <artifactId>sonar-batch-protocol</artifactId> |