Drop hibernate-next profile.

Hibernate is not publishing snapshots for 6.1 or 6.2, so there is no need to keep this profile in our build system.

Resolves #2923.
This commit is contained in:
Greg L. Turnquist
2023-04-24 13:18:02 -05:00
parent 3f4dc40dcb
commit f91168d663

12
pom.xml
View File

@@ -90,18 +90,6 @@
</plugins>
</build>
</profile>
<profile>
<id>hibernate-next</id>
<properties>
<hibernate>6.0.0-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-next</id>
<properties>