spring minor upgrade g

This commit is contained in:
eugenp
2014-10-02 00:48:38 +03:00
parent 2a5d5481fc
commit 1e087d8119
27 changed files with 28 additions and 29 deletions

View File

@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<artifactId>spring-security-rest-full</artifactId>
@@ -371,7 +370,7 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.1.0.RELEASE</org.springframework.version>
<org.springframework.version>4.1.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
<!-- persistence -->