Skip to content

Commit 6b89587

Browse files
author
eugenp
committed
upgrading to spring 4
1 parent df46e27 commit 6b89587

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

spring-mvc-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
<properties>
143143
<!-- Spring -->
144-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
144+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
145145
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
146146

147147
<!-- persistence -->

spring-mvc-no-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
<properties>
147147
<!-- Spring -->
148-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
148+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
149149

150150
<!-- logging -->
151151
<org.slf4j.version>1.7.5</org.slf4j.version>

spring-mvc-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
<properties>
143143
<!-- Spring -->
144-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
144+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
145145

146146
<!-- logging -->
147147
<org.slf4j.version>1.7.5</org.slf4j.version>

spring-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
<properties>
140140
<!-- Spring -->
141-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
141+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
142142
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
143143

144144
<!-- persistence -->

spring-security-basic-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220

221221
<properties>
222222
<!-- Spring -->
223-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
223+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
224224
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
225225

226226
<!-- persistence -->

spring-security-mvc-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225

226226
<properties>
227227
<!-- Spring -->
228-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
228+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
229229
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
230230

231231
<!-- persistence -->

spring-security-mvc-digest-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220

221221
<properties>
222222
<!-- Spring -->
223-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
223+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
224224
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
225225

226226
<!-- persistence -->

spring-security-mvc-login/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
<properties>
219219
<!-- Spring -->
220-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
220+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
221221
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
222222

223223
<!-- persistence -->

spring-security-mvc-session/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225

226226
<properties>
227227
<!-- Spring -->
228-
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
228+
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
229229
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
230230

231231
<!-- persistence -->

0 commit comments

Comments
 (0)