Skip to content

Commit 140a2d9

Browse files
committed
#221 - Introduced build profile to build against Spring 4.3 snapshots.
1 parent 89b0348 commit 140a2d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

parent/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,23 @@
535535

536536
</profile>
537537

538+
<profile>
539+
540+
<id>spring43-next</id>
541+
542+
<properties>
543+
<spring>4.3.0.BUILD-SNAPSHOT</spring>
544+
</properties>
545+
546+
<repositories>
547+
<repository>
548+
<id>spring-libs-snapshot</id>
549+
<url>http://repo.spring.io/libs-snapshot</url>
550+
</repository>
551+
</repositories>
552+
553+
</profile>
554+
538555
<profile>
539556
<id>querydsl-next</id>
540557
<properties>

0 commit comments

Comments
 (0)