Skip to content

Commit 49b933e

Browse files
committed
Add build profile for Eclipselink 4.0.
Currently RC2. Ticket #2630.
1 parent 1507150 commit 49b933e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
</repository>
102102
</repositories>
103103
</profile>
104+
<profile>
105+
<id>eclipselink-next</id>
106+
<properties>
107+
<eclipselink>4.0.0-RC2</eclipselink>
108+
</properties>
109+
</profile>
104110

105111
</profiles>
106112

0 commit comments

Comments
 (0)