diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-26 12:39:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-26 12:48:41 +0100 |
commit | ac4d05b40f4667e7c497c37b11808c73536942b8 (patch) | |
tree | 831f2bfb93b2694f30ed66ae7b5efdc1fe45de86 | |
parent | b690b805309d6850baf803542af3330a488dcc98 (diff) | |
download | sonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.tar.gz sonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.zip |
Revert SONAR-4045
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sonar-application/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -827,7 +827,7 @@ <dependency> <groupId>org.jruby.rack</groupId> <artifactId>jruby-rack</artifactId> - <version>1.1.13.1</version> + <version>1.1.10</version> </dependency> <dependency> <groupId>mysql</groupId> @@ -951,7 +951,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.7.3</version> + <version>1.6.8</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b825a1fe688..e93a9714acd 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -210,8 +210,8 @@ <configuration> <rules> <requireFilesSize> - <maxsize>62000000</maxsize> - <minsize>58000000</minsize> + <maxsize>56000000</maxsize> + <minsize>52000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> </files> |