aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-03-26 12:39:26 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-03-26 12:48:41 +0100
commitac4d05b40f4667e7c497c37b11808c73536942b8 (patch)
tree831f2bfb93b2694f30ed66ae7b5efdc1fe45de86
parentb690b805309d6850baf803542af3330a488dcc98 (diff)
downloadsonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.tar.gz
sonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.zip
Revert SONAR-4045
-rw-r--r--pom.xml4
-rw-r--r--sonar-application/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 6c78a5d7d35..5fb410737f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>