Title: [595] trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb: We need snapshot to work against latest JRuby
Revision
595
Author
tantalon
Date
2007-05-18 21:18:57 -0400 (Fri, 18 May 2007)

Log Message

We need snapshot to work against latest JRuby

Modified Paths


Diff

Modified: trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb (594 => 595)


--- trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-05-19 00:58:31 UTC (rev 594)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-05-19 01:18:57 UTC (rev 595)
@@ -88,7 +88,7 @@
 
       @java_libraries = {}
       # default java libraries
-      add_library(maven_library('org.jruby', 'jruby-complete', '0.9.9'))
+      add_library(maven_library('org.jruby', 'jruby-complete', '1.0-RC2'))
       add_library(maven_library('org.jruby.extras', 'goldspike', '1.3-SNAPSHOT'))
       add_library(maven_library('javax.activation', 'activation', '1.1'))
       add_library(maven_library('commons-pool', 'commons-pool', '1.3'))
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to