Skip to content

Commit b82094a

Browse files
Upgrade to Eclipselink 4.0.4
Closes: #3507
1 parent d08b69d commit b82094a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<properties>
3030
<antlr>4.13.0</antlr> <!-- align with Hibernate's parser -->
31-
<eclipselink>3.0.4</eclipselink>
32-
<eclipselink-next>4.0.2</eclipselink-next>
31+
<eclipselink>4.0.4</eclipselink>
32+
<eclipselink-next>4.0.5-SNAPSHOT</eclipselink-next>
3333
<hibernate>6.6.0.Final</hibernate>
3434
<hibernate-62>6.2.30.Final</hibernate-62>
3535
<hibernate-66-snapshots>6.6.1-SNAPSHOT</hibernate-66-snapshots>
@@ -159,6 +159,16 @@
159159
<properties>
160160
<eclipselink>${eclipselink-next}</eclipselink>
161161
</properties>
162+
<repositories>
163+
<repository>
164+
<id>jakarta.oss.sonatype.org</id>
165+
<name>Jakarta OSS Sonatype Staging</name>
166+
<url>https://jakarta.oss.sonatype.org/content/repositories/staging</url>
167+
<releases>
168+
<enabled>false</enabled>
169+
</releases>
170+
</repository>
171+
</repositories>
162172
</profile>
163173
</profiles>
164174

0 commit comments

Comments
 (0)