Skip to content

Commit f778a43

Browse files
committed
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.
1 parent 1bcdbc2 commit f778a43

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@
9191
</plugins>
9292
</build>
9393
</profile>
94-
<profile>
95-
<id>hibernate-next</id>
96-
<properties>
97-
<hibernate>6.0.0-SNAPSHOT</hibernate>
98-
</properties>
99-
<repositories>
100-
<repository>
101-
<id>jboss</id>
102-
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
103-
</repository>
104-
</repositories>
105-
</profile>
10694
<profile>
10795
<id>eclipselink-next</id>
10896
<properties>

0 commit comments

Comments
 (0)