Upgraded Spring 3.0 sample to use 3.0.1.

This commit is contained in:
Ulrik Sandberg
2010-03-25 14:07:43 +00:00
parent 7f04f99e5a
commit c6fba9a763

View File

@@ -13,7 +13,7 @@
<description> Example code that matches the article published on
java.net on April 18, 2006. </description>
<properties>
<org.springframework.version>3.0.0.RELEASE</org.springframework.version>
<org.springframework.version>3.0.1.RELEASE</org.springframework.version>
</properties>
<build>
<plugins>