Skip to content

Commit 5b9965d

Browse files
committed
#40 - Set up Spring 4 build profiles to allow building against release and snapshots.
1 parent fb5087a commit 5b9965d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

parent/pom.xml

+9-2
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,9 @@
524524
</profile>
525525

526526
<profile>
527-
<id>spring4</id>
527+
<id>spring4-next</id>
528528
<properties>
529-
<spring>4.0.0.BUILD-SNAPSHOT</spring>
529+
<spring>4.0.1.BUILD-SNAPSHOT</spring>
530530
</properties>
531531

532532
<repositories>
@@ -537,6 +537,13 @@
537537
</repositories>
538538
</profile>
539539

540+
<profile>
541+
<id>spring4</id>
542+
<properties>
543+
<spring>4.0.0.RELEASE</spring>
544+
</properties>
545+
</profile>
546+
540547
<profile>
541548
<id>querydsl-next</id>
542549
<properties>

0 commit comments

Comments
 (0)