diff --git a/default.build.properties b/default.build.properties index 1a14f823fe8..4a28e184e18 100644 --- a/default.build.properties +++ b/default.build.properties @@ -63,6 +63,6 @@ version.ruby.patchlevel=249 version.ruby1_9.major=1.9 version.ruby1_9=1.9.2dev version.ruby1_9.patchlevel=24787 -version.jruby=1.5.0.RC2 +version.jruby=1.5.0.RC3 mspec.revision=26e25432f613856640a591fe098bec5ed80f40a1 rubyspecs.revision=b8d81ce02208d1f4fbc939d002dccc55bca285f6 diff --git a/maven/jruby-complete/pom.xml b/maven/jruby-complete/pom.xml index 850d886f824..178203a435c 100644 --- a/maven/jruby-complete/pom.xml +++ b/maven/jruby-complete/pom.xml @@ -4,14 +4,14 @@ org.jruby shared - 1.5.0.RC2 + 1.5.0.RC3 ../../pom.xml 4.0.0 org.jruby jruby-complete jar - 1.5.0.RC2 + 1.5.0.RC3 JRuby Complete diff --git a/maven/jruby-rake-plugin/pom.xml b/maven/jruby-rake-plugin/pom.xml index 932a871e10d..7a349989279 100644 --- a/maven/jruby-rake-plugin/pom.xml +++ b/maven/jruby-rake-plugin/pom.xml @@ -3,14 +3,14 @@ org.jruby shared - 1.5.0.RC2 + 1.5.0.RC3 ../../pom.xml 4.0.0 org.jruby.plugins jruby-rake-plugin maven-plugin - 1.5.0.RC2 + 1.5.0.RC3 JRuby Rake Plugin @@ -31,7 +31,7 @@ org.jruby jruby-complete - 1.5.0.RC2 + 1.5.0.RC3 diff --git a/maven/jruby/pom.xml b/maven/jruby/pom.xml index e3fa59b5df6..b50bf20f1a4 100644 --- a/maven/jruby/pom.xml +++ b/maven/jruby/pom.xml @@ -4,14 +4,14 @@ org.jruby shared - 1.5.0.RC2 + 1.5.0.RC3 ../../pom.xml 4.0.0 org.jruby jruby jar - 1.5.0.RC2 + 1.5.0.RC3 JRuby diff --git a/pom.xml b/pom.xml index 19f14c6cb28..4663f5874ed 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jruby shared pom - 1.5.0.RC2 + 1.5.0.RC3 JRuby Shared http://www.jruby.org/ A 1.8.7 compatible Ruby interpreter written in 100% pure Java