We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5087a commit 5b9965dCopy full SHA for 5b9965d
parent/pom.xml
@@ -524,9 +524,9 @@
524
</profile>
525
526
<profile>
527
- <id>spring4</id>
+ <id>spring4-next</id>
528
<properties>
529
- <spring>4.0.0.BUILD-SNAPSHOT</spring>
+ <spring>4.0.1.BUILD-SNAPSHOT</spring>
530
</properties>
531
532
<repositories>
@@ -537,6 +537,13 @@
537
</repositories>
538
539
540
+ <profile>
541
+ <id>spring4</id>
542
+ <properties>
543
+ <spring>4.0.0.RELEASE</spring>
544
+ </properties>
545
+ </profile>
546
+
547
548
<id>querydsl-next</id>
549
0 commit comments