diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-31 15:35:43 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-31 15:35:43 +0200 |
commit | 13f3aaa408969e73ce4a0740774364e0c4b3741b (patch) | |
tree | 9c316ab44e30925397768e7252d91f04a0582c2d /sonar-plugin-api | |
parent | c61efeea8b3410b0cd38aa0f50ead9624933d605 (diff) | |
download | sonarqube-13f3aaa408969e73ce4a0740774364e0c4b3741b.tar.gz sonarqube-13f3aaa408969e73ce4a0740774364e0c4b3741b.zip |
Update version to 4.4.1-SNAPSHOT
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 12512cfaeb4..0f328530884 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4</version> + <version>4.4.1-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |