Skip to content

Commit f91168d

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 3f4dc40 commit f91168d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,6 @@
9090
</plugins>
9191
</build>
9292
</profile>
93-
<profile>
94-
<id>hibernate-next</id>
95-
<properties>
96-
<hibernate>6.0.0-SNAPSHOT</hibernate>
97-
</properties>
98-
<repositories>
99-
<repository>
100-
<id>jboss</id>
101-
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
102-
</repository>
103-
</repositories>
104-
</profile>
10593
<profile>
10694
<id>eclipselink-next</id>
10795
<properties>

0 commit comments

Comments
 (0)