DATAJPA-1190 - Added build profile for EclipseLink 2.7.

Added build profile for the released version of EclipseLink 2.7. Upgraded EclipseLink 2.7-next build profile to 2.7.1 snapshots.
This commit is contained in:
Oliver Gierke
2017-09-28 14:58:04 +02:00
parent d60078f801
commit 0b4ce7c701

View File

@@ -58,10 +58,16 @@
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-27</id>
<properties>
<eclipselink>2.7.0</eclipselink>
</properties>
</profile>
<profile>
<id>eclipselink-27-next</id>
<properties>
<eclipselink>2.7.0-SNAPSHOT</eclipselink>
<eclipselink>2.7.1-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>