diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-31 14:21:45 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-31 14:21:45 +0200 |
commit | c61efeea8b3410b0cd38aa0f50ead9624933d605 (patch) | |
tree | c64f2d088d5a05c7d6193b6ad264baa6d7f30e29 /sonar-plugin-api | |
parent | f7448d03e2ac1921975c89b4572fe1efe6ba81bb (diff) | |
download | sonarqube-c61efeea8b3410b0cd38aa0f50ead9624933d605.tar.gz sonarqube-c61efeea8b3410b0cd38aa0f50ead9624933d605.zip |
Release 4.44.4
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 1bc63d4bd0f..12512cfaeb4 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-SNAPSHOT</version> + <version>4.4</version> </parent> <artifactId>sonar-plugin-api</artifactId> |