Skip to content

Commit

Permalink
DATAJPA-817 - Upgraded to EclipseLink 2.6.1.
Browse files Browse the repository at this point in the history
Added build profiles for next bugfix version as well as next minor version of EclipseLink.
  • Loading branch information
odrotbohm committed Nov 2, 2015
1 parent a3e73a4 commit d26833b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@

<dist.key>DATAJPA</dist.key>

<eclipselink>2.6.0</eclipselink>
<eclipselink>2.6.1</eclipselink>
<hibernate>3.6.10.Final</hibernate>
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
Expand Down Expand Up @@ -70,6 +70,30 @@
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-next</id>
<properties>
<eclipselink>2.6.2-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>
<id>oss-sonatype</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-27-next</id>
<properties>
<eclipselink>2.7.0-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>
<id>oss-sonatype</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
</profile>
</profiles>

<dependencies>
Expand Down

0 comments on commit d26833b

Please sign in to comment.