diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-12 22:01:24 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-12 22:01:24 +0200 |
commit | d69c24893d6ce101482a0a5cea4d34e126871c79 (patch) | |
tree | a6f98a9fc3bfa6bbb10b7767ec74a99f4ff001b0 /pom.xml | |
parent | 01b02a217c413cde5d971b22fdf0405a02fb8c8b (diff) | |
download | sonarqube-d69c24893d6ce101482a0a5cea4d34e126871c79.tar.gz sonarqube-d69c24893d6ce101482a0a5cea4d34e126871c79.zip |
SONAR-2284 upgrade to jruby 1.6.1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -730,7 +730,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.6.0</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |