#343 - Added build profiles to allow running the examples agains Spring Data snapshots.
This commit is contained in:
13
jdbc/pom.xml
13
jdbc/pom.xml
@@ -24,6 +24,19 @@
|
||||
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
||||
<!-- Override property as the module always needs Lovelace -->
|
||||
|
||||
<profile>
|
||||
<id>spring-data-next</id>
|
||||
<properties>
|
||||
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -29,6 +29,15 @@
|
||||
<module>vavr</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>hibernate-53</id>
|
||||
<properties>
|
||||
<hibernate.version>5.3.0.CR1</hibernate.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
23
pom.xml
23
pom.xml
@@ -34,11 +34,30 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
||||
<apt.version>1.1.3</apt.version>
|
||||
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>spring-data-next</id>
|
||||
<properties>
|
||||
<spring-data-releasetrain.version>Kay-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>spring-data-next-releasetrain</id>
|
||||
<properties>
|
||||
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>spring-data-next-releasetrain-released</id>
|
||||
<properties>
|
||||
<spring-data-releasetrain.version>Lovelace-M1</spring-data-releasetrain.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>ogierke</id>
|
||||
|
||||
Reference in New Issue
Block a user