#492 - Upgrade Spring Framework 5 build profiles after 5.0.3 release.

This commit is contained in:
Oliver Gierke
2018-01-23 11:15:45 +01:00
parent 756fa2bb56
commit 39d2be05c6

View File

@@ -611,7 +611,7 @@
<id>spring5</id>
<properties>
<spring>5.0.2.RELEASE</spring>
<spring>5.0.3.RELEASE</spring>
<jackson>2.9.3</jackson>
</properties>
@@ -622,7 +622,7 @@
<id>spring5-next</id>
<properties>
<spring>5.0.3.BUILD-SNAPSHOT</spring>
<spring>5.0.4.BUILD-SNAPSHOT</spring>
<jackson>2.9.3</jackson>
</properties>