jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
39 stars 7 forks source link

Hibernate ORM 6 relocation #29

Closed froque closed 2 years ago

froque commented 3 years ago

https://hibernate.atlassian.net/browse/HHH-11444

For groupId, org.hibernate -> .org.hibernate.orm.

For artifactId:

  • hibernate-core -> hibernate-orm
  • for all others, replace the hibernate- prefix with hibernate-orm-.

The released versions are still alpha, so I will not create a pull request, but created this issue to keep it on the backlog.