Updated to Spring 3.2.9

This commit is contained in:
Michael Minella
2014-05-21 13:55:50 -05:00
parent a0d9b7cea9
commit 756f47126f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
The ./bin/runJob.(sh|bat) script from the extracted deployment archive can be invoked to run the job.
</description>
<properties>
<spring.framework.version>3.2.7.RELEASE</spring.framework.version>
<spring.framework.version>3.2.9.RELEASE</spring.framework.version>
<spring.batch.version>2.2.7.BUILD-SNAPSHOT</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<junit.version>4.10</junit.version>

View File

@@ -33,7 +33,7 @@
</developer>
</developers>
<properties>
<spring.framework.version>3.2.7.RELEASE</spring.framework.version>
<spring.framework.version>3.2.9.RELEASE</spring.framework.version>
<spring.amqp.version>1.1.2.RELEASE</spring.amqp.version>
<junit.version>4.10</junit.version>
<bundlor.version>1.0.0.RELEASE</bundlor.version>