#22 - Added profile to build against Spring 3.2.

This commit is contained in:
Oliver Gierke
2013-08-21 18:55:12 +02:00
parent f6e1ba828d
commit 01785139e7

View File

@@ -120,6 +120,13 @@
<profiles>
<profile>
<id>spring32</id>
<properties>
<spring>3.2.4.RELEASE</spring>
</properties>
</profile>
<profile>
<!-- Profile to be run on the CI server, JARs JavaDocs -->