Add build profile for Eclipselink 4.0.

Currently RC2.

Ticket #2630.
This commit is contained in:
Oliver Drotbohm
2022-09-13 14:25:38 +02:00
parent 1507150f83
commit 49b933e9fc

View File

@@ -101,6 +101,12 @@
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-next</id>
<properties>
<eclipselink>4.0.0-RC2</eclipselink>
</properties>
</profile>
</profiles>