[hibernate-dev] Building snapshots of Hibernate ORM / master

2015-07-05 Thread Sanne Grinovero
Hi all, I'm trying to build Hibernate ORM's latest to try debugging some of the latest changes for Wildfly and Search integrations. The README mentions I should be able to ./gradlew clean publishToMavenLocal but that fails on the hibernate-osgi module. I then tried "publish" to upload a snapsho

Re: [hibernate-dev] Building snapshots of Hibernate ORM / master

2015-07-05 Thread Steve Ebersole
The expectation around CR releases is that they are the Final release. It just so happened that CR1 had a major bug that I felt warranted another CR. After the first CR release I general point the version to the next point release. IMO pushing new 5.0.0 SNAPSHOTs after a 5.0.0 Final or CR is ina

Re: [hibernate-dev] Building snapshots of Hibernate ORM / master

2015-07-05 Thread Steve Ebersole
BTW, https://hibernate.atlassian.net/browse/HHH-9893 for the task dependency issue On Sun, Jul 5, 2015 at 3:50 PM Steve Ebersole wrote: > The expectation around CR releases is that they are the Final release. It > just so happened that CR1 had a major bug that I felt warranted another > CR.