#40 - Set up Spring 4 build profiles to allow building against release and snapshots.
This commit is contained in:
@@ -524,9 +524,9 @@
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring4</id>
|
||||
<id>spring4-next</id>
|
||||
<properties>
|
||||
<spring>4.0.0.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.0.1.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -537,6 +537,13 @@
|
||||
</repositories>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring4</id>
|
||||
<properties>
|
||||
<spring>4.0.0.RELEASE</spring>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>querydsl-next</id>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user