Update pom and template.mf files Spring 3.0.4 (INT-1293)

This commit is contained in:
Chris Beams
2010-09-02 10:54:11 +00:00
parent 9e6e232837
commit 4ded74b317
25 changed files with 90 additions and 90 deletions

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.3.RELEASE</version>
<version>3.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
@@ -31,4 +31,4 @@
<version>1.3.2</version>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -21,7 +21,7 @@
<org.mockito.version>1.8.4</org.mockito.version>
<org.hamcrest.version>1.1</org.hamcrest.version>
<org.slf4j.version>1.5.10</org.slf4j.version>
<org.springframework.version>3.0.3.RELEASE</org.springframework.version>
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
<org.springframework.security.version>2.0.5.RELEASE</org.springframework.security.version>
<org.springframework.ws.version>1.5.9</org.springframework.ws.version>
</properties>