Title: [876] trunk/rails-integration/pom.xml: Set snapshot version to the correct value, use JRuby 1.1RC1
Revision
876
Author
tantalon
Date
2008-01-09 14:39:47 -0500 (Wed, 09 Jan 2008)

Log Message

Set snapshot version to the correct value, use JRuby 1.1RC1

Modified Paths


Diff

Modified: trunk/rails-integration/pom.xml (875 => 876)


--- trunk/rails-integration/pom.xml	2008-01-07 23:30:58 UTC (rev 875)
+++ trunk/rails-integration/pom.xml	2008-01-09 19:39:47 UTC (rev 876)
@@ -4,7 +4,7 @@
   <groupId>org.jruby.extras</groupId>
   <artifactId>goldspike</artifactId>
   <packaging>jar</packaging>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.5-SNAPSHOT</version>
   <name>GoldSpike</name>
   <description>GoldSpike allows you to deploy your standard Rails web application to a J2EE server. You can package up your application as a WAR file for distribution, or simply run it in an expanded form.</description>
 
@@ -258,7 +258,7 @@
       </activation>
       <properties>
         <java.source.version>1.4</java.source.version>
-        <jruby.version>1.0.3</jruby.version>
+        <jruby.version>1.1RC1</jruby.version>
       </properties>
     </profile>
   </profiles>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to