diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-01-14 10:00:10 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-01-14 10:00:10 +0100 |
commit | 867a6d8d59863dcaf638418d828f6c9fe56a808a (patch) | |
tree | ba5fdec4221c9f5252774807ddb803272f21bd62 /sonar-plugin-api | |
parent | 741a9499d7942e5d514a4e3d855ee4b5a7094507 (diff) | |
download | sonarqube-867a6d8d59863dcaf638418d828f6c9fe56a808a.tar.gz sonarqube-867a6d8d59863dcaf638418d828f6c9fe56a808a.zip |
Update version to 4.1.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 a908aabef91..4fc8ddd9b9b 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</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |