Title: [549] trunk/activerecord-jdbc: Preparing for 0.3 release
- Revision
- 549
- Author
- nicksieger
- Date
- 2007-05-07 11:23:14 -0400 (Mon, 07 May 2007)
Log Message
Preparing for 0.3 release
Modified Paths
Diff
Modified: trunk/activerecord-jdbc/History.txt (548 => 549)
--- trunk/activerecord-jdbc/History.txt 2007-05-07 12:10:30 UTC (rev 548)
+++ trunk/activerecord-jdbc/History.txt 2007-05-07 15:23:14 UTC (rev 549)
@@ -1,3 +1,9 @@
+== 0.3
+
+* Release coincides with JRuby 1.0.0RC1 release
+* Improvements for Derby, Postgres, and Oracle, all of which are running
+ > 95% of AR tests
+
== 0.2.4
* Release coincides with JRuby 0.9.9 release
Modified: trunk/activerecord-jdbc/Rakefile (548 => 549)
--- trunk/activerecord-jdbc/Rakefile 2007-05-07 12:10:30 UTC (rev 548)
+++ trunk/activerecord-jdbc/Rakefile 2007-05-07 15:23:14 UTC (rev 549)
@@ -84,7 +84,7 @@
Rake::Task['manifest'].invoke # Always regen manifest, so Hoe has up-to-date list of files
require 'hoe'
- Hoe.new("ActiveRecord-JDBC", "0.2.4") do |p|
+ Hoe.new("ActiveRecord-JDBC", "0.3") do |p|
p.rubyforge_name = "jruby-extras"
p.url = ""
p.author = "Nick Sieger, Ola Bini and JRuby contributors"
Modified: trunk/activerecord-jdbc/pom.xml (548 => 549)
--- trunk/activerecord-jdbc/pom.xml 2007-05-07 12:10:30 UTC (rev 548)
+++ trunk/activerecord-jdbc/pom.xml 2007-05-07 15:23:14 UTC (rev 549)
@@ -4,14 +4,13 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
- <version>0.9.9</version>
- <relativePath>../../jruby/pom.xml</relativePath>
+ <version>1.0.0RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.testsuites</groupId>
<artifactId>activerecord-jdbc</artifactId>
<packaging>jar</packaging>
- <version>0.9.9</version>
+ <version>1.0.0RC1</version>
<name>JRuby ActiveRecord-JDBC testsuite</name>
<description>Test ActiveRecord-JDBC</description>
@@ -19,7 +18,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
- <version>0.9.9</version>
+ <version>1.0.0RC1</version>
</dependency>
</dependencies>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel