#168 - Removed build profile for Spring 4.0.next.

Spring 4.0 is end of life and thus the build profile for the next coming version is obsolete.
This commit is contained in:
Oliver Gierke
2015-05-11 15:26:50 +02:00
parent 17f82384a5
commit b354bbcc02

View File

@@ -451,23 +451,6 @@
</build>
</profile>
<profile>
<id>spring4-next</id>
<properties>
<spring>4.0.9.BUILD-SNAPSHOT</spring>
</properties>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>
</profile>
<profile>
<id>spring41</id>