We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b0348 commit 140a2d9Copy full SHA for 140a2d9
parent/pom.xml
@@ -535,6 +535,23 @@
535
536
</profile>
537
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
555
<profile>
556
<id>querydsl-next</id>
557
<properties>
0 commit comments