Author: rr
Date: Thu Dec  3 15:53:18 2009
New Revision: 886832

URL: http://svn.apache.org/viewvc?rev=886832&view=rev
Log:
Falling back to OpenJPA 1.2.1 (pointed out by Greg Lucas)

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=886832&r1=886831&r2=886832&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Thu Dec  3 15:53:18 2009
@@ -95,7 +95,7 @@
                           :under=>"org.apache.felix.gogo", :version=>"0.2.0")
                       ]
 LOG4J               = "log4j:log4j:jar:1.2.13"
-OPENJPA             = ["org.apache.openjpa:openjpa:jar:1.3.0-SNAPSHOT",
+OPENJPA             = ["org.apache.openjpa:openjpa:jar:1.2.1",
                        "net.sourceforge.serp:serp:jar:1.13.1"]
 
 SAXON               = group("saxon", "saxon-xpath", "saxon-dom", "saxon-xqj", 
:under=>"net.sf.saxon", :version=>"9.x")


Reply via email to