why not latest hibernate hibernate to 3.3.x? -D
On Thu, Dec 25, 2008 at 5:47 AM, <[email protected]> wrote: > Revision 8452 Author david Date 2008-12-25 07:47:35 -0600 (Thu, 25 Dec 2008) > > Log Message > > upgrade hibernate to 3.2.6.ga and entitymanager to 3.3.2.ga > > Modified Paths > > trunk/mojo/hibernate3/pom.xml > > Diff > > Modified: trunk/mojo/hibernate3/pom.xml (8451 => 8452) > > --- trunk/mojo/hibernate3/pom.xml 2008-12-25 12:50:34 UTC (rev 8451) > +++ trunk/mojo/hibernate3/pom.xml 2008-12-25 13:47:35 UTC (rev 8452) > @@ -109,7 +109,7 @@ > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate</artifactId> > - <version>3.2.5.ga</version> > + <version>3.2.6.ga</version> > <exclusions> > <exclusion> > <groupId>javax.transaction</groupId> > @@ -120,7 +120,7 @@ > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate-entitymanager</artifactId> > - <version>3.3.1.ga</version> > + <version>3.3.2.ga</version> > <exclusions> > <exclusion> > <groupId>org.hibernate</groupId> > > ________________________________ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
