diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-29 18:10:58 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-29 18:10:58 +0200 |
commit | c837d7859afd7a22d15c55f9c33dee2c18f6506f (patch) | |
tree | 08868bd2892c873decd22bb71d0bf8fcbca497ba /sonar-check-api | |
parent | c8bb686cbee8e1dce3312ef253db76e7c0e3c0c7 (diff) | |
download | sonarqube-c837d7859afd7a22d15c55f9c33dee2c18f6506f.tar.gz sonarqube-c837d7859afd7a22d15c55f9c33dee2c18f6506f.zip |
Update version to 4.5.1-SNAPSHOT
Diffstat (limited to 'sonar-check-api')
-rw-r--r-- | sonar-check-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 684ef4e173c..b4d3d132f84 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |