DATAJPA-915 - Updated build profiles for Hibernate.
Added build profiles for Hibernate 5.2 and 5.2 snapshots as well as one for Spring 4.3.
This commit is contained in:
@@ -7,6 +7,7 @@ env:
|
||||
matrix:
|
||||
- PROFILE=ci
|
||||
- PROFILE=spring42-next
|
||||
- PROFILE=spring43
|
||||
- PROFILE=spring43-next
|
||||
- PROFILE=hibernate-41
|
||||
- PROFILE=hibernate-42
|
||||
@@ -14,9 +15,10 @@ env:
|
||||
- PROFILE=hibernate-43
|
||||
- PROFILE=hibernate-43-next
|
||||
- PROFILE=hibernate-5
|
||||
- PROFILE=hibernate-5-next
|
||||
- PROFILE=hibernate-51
|
||||
- PROFILE=hibernate-51-next
|
||||
- PROFILE=hibernate-52
|
||||
- PROFILE=hibernate-52-next
|
||||
- PROFILE=eclipselink-next
|
||||
- PROFILE=eclipselink-27-next
|
||||
- PROFILE=querydsl-next
|
||||
|
||||
29
pom.xml
29
pom.xml
@@ -49,7 +49,7 @@
|
||||
<profile>
|
||||
<id>hibernate-42-next</id>
|
||||
<properties>
|
||||
<hibernate>4.2.22-SNAPSHOT</hibernate>
|
||||
<hibernate>4.2.24-SNAPSHOT</hibernate>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
@@ -79,21 +79,9 @@
|
||||
<profile>
|
||||
<id>hibernate-5</id>
|
||||
<properties>
|
||||
<hibernate>5.0.7.Final</hibernate>
|
||||
<hibernate>5.0.9.Final</hibernate>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-5-next</id>
|
||||
<properties>
|
||||
<hibernate>5.0.8-SNAPSHOT</hibernate>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-51</id>
|
||||
<properties>
|
||||
@@ -119,6 +107,19 @@
|
||||
<hibernate.artifact>hibernate-core</hibernate.artifact>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-52-next</id>
|
||||
<properties>
|
||||
<hibernate>5.2.1-SNAPSHOT</hibernate>
|
||||
<hibernate.artifact>hibernate-core</hibernate.artifact>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>eclipselink-next</id>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user