Title: [558] trunk/activerecord-jdbc: Preparing for 0.3.1
Revision
558
Author
nicksieger
Date
2007-05-07 22:11:04 -0400 (Mon, 07 May 2007)

Log Message

Preparing for 0.3.1

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/History.txt (557 => 558)


--- trunk/activerecord-jdbc/History.txt	2007-05-08 01:48:40 UTC (rev 557)
+++ trunk/activerecord-jdbc/History.txt	2007-05-08 02:11:04 UTC (rev 558)
@@ -1,3 +1,7 @@
+== 0.3.1
+
+* Derby critical fixes shortly after 0.3
+
 == 0.3
 
 * Release coincides with JRuby 1.0.0RC1 release

Modified: trunk/activerecord-jdbc/Rakefile (557 => 558)


--- trunk/activerecord-jdbc/Rakefile	2007-05-08 01:48:40 UTC (rev 557)
+++ trunk/activerecord-jdbc/Rakefile	2007-05-08 02:11:04 UTC (rev 558)
@@ -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.3") do |p|
+  Hoe.new("ActiveRecord-JDBC", "0.3.1") do |p|
     p.rubyforge_name = "jruby-extras"
     p.url = ""
     p.author = "Nick Sieger, Ola Bini and JRuby contributors"
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to