Skip to content

Commit fef0e9e

Browse files
committed
#77 - Upgrade to Spring 4 as build baseline.
Upgraded to Spring 4.0.5.RELEASE as baseline for Spring Data builds. Removed spring32-next profile as well as the spring4 one. Added a dedicated spring41-next profile to be able to build against Spring 4.1 snapshots.
1 parent cbc5a88 commit fef0e9e

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

Diff for: parent/pom.xml

+12-22
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<mockito>1.9.5</mockito>
115115
<querydsl>3.4.0</querydsl>
116116
<slf4j>1.7.7</slf4j>
117-
<spring>3.2.9.RELEASE</spring>
117+
<spring>4.0.5.RELEASE</spring>
118118
<webbeans>1.2.4</webbeans>
119119

120120
</properties>
@@ -526,27 +526,10 @@
526526

527527
<profile>
528528

529-
<id>spring32-next</id>
530-
531-
<properties>
532-
<spring>3.2.10.BUILD-SNAPSHOT</spring>
533-
</properties>
534-
535-
<repositories>
536-
<repository>
537-
<id>spring-libs-snapshot</id>
538-
<url>http://repo.spring.io/libs-snapshot</url>
539-
</repository>
540-
</repositories>
541-
542-
</profile>
543-
544-
<profile>
545-
546-
<id>spring4</id>
529+
<id>spring4-next</id>
547530

548531
<properties>
549-
<spring>4.0.4.RELEASE</spring>
532+
<spring>4.0.6.BUILD-SNAPSHOT</spring>
550533
</properties>
551534

552535
<dependencies>
@@ -558,14 +541,21 @@
558541
</dependency>
559542
</dependencies>
560543

544+
<repositories>
545+
<repository>
546+
<id>spring-libs-snapshot</id>
547+
<url>http://repo.spring.io/libs-snapshot</url>
548+
</repository>
549+
</repositories>
550+
561551
</profile>
562552

563553
<profile>
564554

565-
<id>spring4-next</id>
555+
<id>spring41-next</id>
566556

567557
<properties>
568-
<spring>4.0.5.BUILD-SNAPSHOT</spring>
558+
<spring>4.1.0.BUILD-SNAPSHOT</spring>
569559
</properties>
570560

571561
<dependencies>

0 commit comments

Comments
 (0)