Skip to content

Commit e989ec6

Browse files
committed
pom.xml: update Spring Framework to 4.2.0.RC1
@see http://spring.io/blog/2015/05/26/spring-framework-4-2-goes-rc1 No functional changes.
1 parent ae25712 commit e989ec6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<selenium.version>2.43.1</selenium.version>
1818
<subethasmtp.version>3.1.7</subethasmtp.version>
1919
<slf4j.version>1.7.9</slf4j.version>
20-
<spring.version>4.1.6.RELEASE</spring.version>
20+
<spring.version>4.2.0.RC1</spring.version>
2121
<spring.data.version>1.6.4.RELEASE</spring.data.version>
2222
<spring.security.version>4.0.1.RELEASE</spring.security.version>
2323
<h2.version>1.4.184</h2.version>
@@ -476,6 +476,19 @@
476476

477477
</dependencies>
478478

479+
<repositories>
480+
<repository>
481+
<id>spring-milestones</id>
482+
<name>Spring Milestones</name>
483+
<url>http://repo.spring.io/milestone</url>
484+
<snapshots>
485+
<enabled>false</enabled>
486+
<updatePolicy>never</updatePolicy>
487+
<checksumPolicy>fail</checksumPolicy>
488+
</snapshots>
489+
</repository>
490+
</repositories>
491+
479492
<build>
480493
<finalName>${project.artifactId}</finalName>
481494

0 commit comments

Comments
 (0)