DATAJPA-1102 - Upgrade to Eclipselink 2.6.4.
Upgrade main version to Eclipselink 2.6.4 and eclipselink-next buildprofile to Eclipselink 2.6.5-SNAPSHOT. The snapshot referenced in the profile eclipselink-next isn't available anymore. Original pull request: #198.
This commit is contained in:
committed by
Mark Paluch
parent
6aa1beb061
commit
59ecf5828c
4
pom.xml
4
pom.xml
@@ -21,7 +21,7 @@
|
||||
|
||||
<dist.key>DATAJPA</dist.key>
|
||||
|
||||
<eclipselink>2.6.2</eclipselink>
|
||||
<eclipselink>2.6.4</eclipselink>
|
||||
<hibernate>5.2.9.Final</hibernate>
|
||||
<hsqldb1>1.8.0.10</hsqldb1>
|
||||
<jpa>2.0.0</jpa>
|
||||
@@ -48,7 +48,7 @@
|
||||
<profile>
|
||||
<id>eclipselink-next</id>
|
||||
<properties>
|
||||
<eclipselink>2.6.3-SNAPSHOT</eclipselink>
|
||||
<eclipselink>2.6.5-SNAPSHOT</eclipselink>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user