diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-01-13 15:39:33 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-01-13 15:39:33 +0100 |
commit | 741a9499d7942e5d514a4e3d855ee4b5a7094507 (patch) | |
tree | 38abc2603b10aab032d4d4cf1c4eaa263a1b5d88 /sonar-plugin-api | |
parent | 657e7a848af5ad87e5e501e7204923e7aecfb387 (diff) | |
download | sonarqube-741a9499d7942e5d514a4e3d855ee4b5a7094507.tar.gz sonarqube-741a9499d7942e5d514a4e3d855ee4b5a7094507.zip |
Release version 4.14.1
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 40143a630b0..a908aabef91 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.1-SNAPSHOT</version> + <version>4.1</version> </parent> <artifactId>sonar-plugin-api</artifactId> |