I’m updating my project wich uses hibernate4 to Hibernate5.
In my pom I have hibernate4-maven-plugin and I trying to update this plugin to be compatible with hibernate 5.24.27.Final, but it seems doesnt exist for hibernate5. How ca i update hibernate4-maven-plugin to be compatible with hibernate5?
<plugin>
<groupId>de.juplo</groupId>
<artifactId>hibernate4-maven-plugin</artifactId>
<version>${hibernate4-maven-plugin.version}</version>
</plugin>