diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-14 19:32:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-14 19:32:45 +0200 |
commit | 86706f9bae9c427f729484cd98b425cd25ae653e (patch) | |
tree | bdfb312769448b7adce876a37bf87bff3f5127a8 /pom.xml | |
parent | 28588545174b1c764b018daf943d65f6b3617b47 (diff) | |
download | sonarqube-86706f9bae9c427f729484cd98b425cd25ae653e.tar.gz sonarqube-86706f9bae9c427f729484cd98b425cd25ae653e.zip |
Update Center improvements
* SONAR-3661 API: new component org.sonar.api.utils.UriReader
* SONAR-3660 The property sonar.updatecenter.url must support local files
* SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar
* SONAR-2008 Enable updates from SNAPSHOT versions for plugins
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -596,7 +596,7 @@ <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-update-center-common</artifactId> - <version>1.1</version> + <version>1.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> |