Update pom and template.mf files Spring 3.0.4 (INT-1293)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user