Reputation: 267030
Which maven repository has the latest hibernate core 3.5?
I have repository.jboss.com/maven2 and it only shows version 3.1rc2.
The latest is suppose to have hibernate annotations in the core .jar I believe, mine doesn't.
Upvotes: 0
Views: 133
Reputation: 139931
They changed their repositories around a few months ago
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
See the getting started guide here.
Upvotes: 1
Reputation: 122659
Have you looked there? http://repository.jboss.com/maven2/org/hibernate/hibernate/3.5.1-Final/hibernate-3.5.1-Final.pom
Upvotes: 1