Title: [909] trunk/rails-integration/pom.xml: Update version of JRuby to 1.1R2
Revision
909
Author
tantalon
Date
2008-02-17 15:17:04 -0500 (Sun, 17 Feb 2008)

Log Message

Update version of JRuby to 1.1R2
Java source to 1.5
Locked versions of surefire and compile
Currently passes tests

Modified Paths

Diff

Modified: trunk/rails-integration/pom.xml (908 => 909)


--- trunk/rails-integration/pom.xml	2008-02-14 18:36:47 UTC (rev 908)
+++ trunk/rails-integration/pom.xml	2008-02-17 20:17:04 UTC (rev 909)
@@ -10,6 +10,19 @@
 
   <url>http://rubyforge.org/projects/jruby-extras</url>
 
+  <profiles>
+    <profile>
+      <id>properties</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+        <java.source.version>1.5</java.source.version>
+        <jruby.version>1.1RC2</jruby.version>
+      </properties>
+    </profile>
+  </profiles>
+
   <scm>
     <connection>scm:svn:svn://rubyforge.org/var/svn/jruby-extras/trunk/rails-integration</connection>
     <developerConnection>scm:svn:svn://rubyforge.org/var/svn/jruby-extras/trunk/rails-integration</developerConnection>
@@ -208,6 +221,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
         <configuration>
           <forkMode>pertest</forkMode>
           <enableAssertions>false</enableAssertions>
@@ -222,7 +236,7 @@
       </plugin>
       <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>RELEASE</version>
+          <version>2.0.2</version>
           <configuration>
               <source>${java.source.version}</source>
               <target>${java.source.version}</target>
@@ -244,17 +258,4 @@
     </pluginRepository>
   </pluginRepositories>
 
-  <profiles>
-    <profile>
-      <id>properties</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        <java.source.version>1.4</java.source.version>
-        <jruby.version>1.1RC1</jruby.version>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to