Upgrade to Eclipselink 4.0.4

Closes: #3507
This commit is contained in:
Christoph Strobl
2024-09-10 12:29:01 +02:00
parent d08b69d45c
commit b82094a2a6

14
pom.xml
View File

@@ -28,8 +28,8 @@
<properties>
<antlr>4.13.0</antlr> <!-- align with Hibernate's parser -->
<eclipselink>3.0.4</eclipselink>
<eclipselink-next>4.0.2</eclipselink-next>
<eclipselink>4.0.4</eclipselink>
<eclipselink-next>4.0.5-SNAPSHOT</eclipselink-next>
<hibernate>6.6.0.Final</hibernate>
<hibernate-62>6.2.30.Final</hibernate-62>
<hibernate-66-snapshots>6.6.1-SNAPSHOT</hibernate-66-snapshots>
@@ -159,6 +159,16 @@
<properties>
<eclipselink>${eclipselink-next}</eclipselink>
</properties>
<repositories>
<repository>
<id>jakarta.oss.sonatype.org</id>
<name>Jakarta OSS Sonatype Staging</name>
<url>https://jakarta.oss.sonatype.org/content/repositories/staging</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</profile>
</profiles>