#264 - Upgraded Spring build profiles after 4.3.2 release.

This commit is contained in:
Oliver Gierke
2016-07-28 12:20:50 +02:00
parent 2a73edcc7d
commit 17d3ef39fc

View File

@@ -513,7 +513,7 @@
<id>spring43</id>
<properties>
<spring>4.3.1.RELEASE</spring>
<spring>4.3.2.RELEASE</spring>
</properties>
</profile>
@@ -523,7 +523,7 @@
<id>spring43-next</id>
<properties>
<spring>4.3.2.BUILD-SNAPSHOT</spring>
<spring>4.3.3.BUILD-SNAPSHOT</spring>
</properties>
<repositories>