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
4a3b459881
commit
14951d49d0
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>3.6.10.Final</hibernate>
|
||||
<hibernate.artifact>hibernate-entitymanager</hibernate.artifact>
|
||||
<hsqldb1>1.8.0.10</hsqldb1>
|
||||
@@ -148,7 +148,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