views:

173

answers:

1

I'm looking for a Maven repository that contains daily or weekly builds of Hibernate Core. More specifically I'm trying to get a hibernate-core build that contains a bug fix which was checked-in on December 9, 2008. Unfortunately the most recent hibernate-core is 3.3.1GA built during September, 2008.

+2  A: 

Have a look at the Maven Guide for Hibernate Core here, it explains configuring your project for the snapshot repository. The current 3.4.0 snapshot has been taken on January 21st (see http://snapshots.jboss.org/maven2/org/hibernate/hibernate-core/).

springify