diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-08 00:51:56 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-08 12:05:17 +0300 |
commit | 1639e4fba1bd2203f39104076d85d69bd0228c8b (patch) | |
tree | ca8a6ef1af2e79aba281194dd37fec7c7151b729 /pom.xml | |
parent | 54a6901006ec1ec7f498cbb968c47a05e4075937 (diff) | |
download | sonarqube-1639e4fba1bd2203f39104076d85d69bd0228c8b.tar.gz sonarqube-1639e4fba1bd2203f39104076d85d69bd0228c8b.zip |
SONAR-2075: Add the ability for a plugin to extend an other plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-update-center-common</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> |