From 02551e1b7a4101d55a82e628c9afe58811767e2c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 15 Jul 2013 22:14:34 -0500 Subject: [PATCH] SEC-2214: Update Spring Version --- acl/pom.xml | 16 ++++++++-------- aspects/pom.xml | 10 +++++----- cas/pom.xml | 10 +++++----- config/pom.xml | 20 ++++++++++---------- core/pom.xml | 16 ++++++++-------- crypto/pom.xml | 4 ++-- itest/context/pom.xml | 14 +++++++------- itest/web/pom.xml | 12 ++++++------ ldap/pom.xml | 10 +++++----- openid/pom.xml | 12 ++++++------ remoting/pom.xml | 10 +++++----- samples/aspectj/pom.xml | 4 ++-- samples/cas/sample/pom.xml | 4 ++-- samples/cas/server/pom.xml | 4 ++-- samples/contacts/pom.xml | 20 ++++++++++---------- samples/dms/pom.xml | 14 +++++++------- samples/gae/pom.xml | 14 +++++++------- samples/jaas/pom.xml | 12 ++++++------ samples/ldap/pom.xml | 4 ++-- samples/openid/pom.xml | 4 ++-- samples/preauth/pom.xml | 4 ++-- samples/servletapi/pom.xml | 14 +++++++------- samples/tutorial/pom.xml | 10 +++++----- taglibs/pom.xml | 14 +++++++------- web/pom.xml | 18 +++++++++--------- 25 files changed, 137 insertions(+), 137 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 53c98d30e2..0742989649 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -47,19 +47,19 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -71,13 +71,13 @@ org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -133,19 +133,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index 958eab4104..32e9976ff5 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -41,19 +41,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -115,13 +115,13 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/cas/pom.xml b/cas/pom.xml index 9405ac5efa..1e6e107ca2 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -53,19 +53,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -77,7 +77,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -133,7 +133,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index 4a748bb897..8250ba4418 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -47,25 +47,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile true @@ -291,31 +291,31 @@ org.springframework spring-expression - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-orm - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index d6be87264d..c455bf7950 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -41,25 +41,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -71,7 +71,7 @@ org.springframework spring-expression - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -105,14 +105,14 @@ org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE compile true org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile true @@ -203,7 +203,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/crypto/pom.xml b/crypto/pom.xml index f33e7d9043..09c373508e 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -84,7 +84,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 4b46aee01b..7fc47060f5 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -53,25 +53,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -83,7 +83,7 @@ org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -150,13 +150,13 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index e32fb31986..5d122ac8c3 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -35,13 +35,13 @@ org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -53,7 +53,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -162,19 +162,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-webmvc - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index ffbbe15897..c9188f7a0f 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -65,19 +65,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -89,7 +89,7 @@ org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -181,7 +181,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index 6e723a5c8d..a4c4b26a0c 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -65,25 +65,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -95,7 +95,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index ad59d7ead7..e1d93e177d 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -47,19 +47,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -71,7 +71,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -114,7 +114,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 5b3339dbaf..6450de7123 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -41,7 +41,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/cas/sample/pom.xml b/samples/cas/sample/pom.xml index a358aaf4d4..f7174efed2 100644 --- a/samples/cas/sample/pom.xml +++ b/samples/cas/sample/pom.xml @@ -53,7 +53,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -168,7 +168,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 2930dea242..5c8f7c5ae2 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -84,7 +84,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 5e825be3e1..3549cab03d 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -47,25 +47,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -77,25 +77,25 @@ org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-webmvc - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -163,7 +163,7 @@ org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE runtime @@ -187,7 +187,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index 08cd2a9baf..78e1f9c681 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -47,13 +47,13 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -65,13 +65,13 @@ org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -103,7 +103,7 @@ org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE runtime @@ -139,13 +139,13 @@ org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE test org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/gae/pom.xml b/samples/gae/pom.xml index 6c6e6b6058..fccbc6a505 100644 --- a/samples/gae/pom.xml +++ b/samples/gae/pom.xml @@ -71,25 +71,25 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -101,13 +101,13 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-webmvc - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -192,7 +192,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/jaas/pom.xml b/samples/jaas/pom.xml index c62d28e133..ff493f35e1 100644 --- a/samples/jaas/pom.xml +++ b/samples/jaas/pom.xml @@ -41,19 +41,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -65,7 +65,7 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE runtime @@ -144,7 +144,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index 7a2c222a68..ac6f6229a9 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -102,7 +102,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index bb11335101..383e4839a0 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -47,7 +47,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index 8395493634..54abbcaeb6 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -96,7 +96,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/servletapi/pom.xml b/samples/servletapi/pom.xml index 14848229df..ff57d5e567 100644 --- a/samples/servletapi/pom.xml +++ b/samples/servletapi/pom.xml @@ -53,19 +53,19 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -77,13 +77,13 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-webmvc - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -126,7 +126,7 @@ org.springframework spring-context-support - 3.2.0.RELEASE + 3.2.3.RELEASE runtime @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 89d0087cfb..118bcea24f 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -47,13 +47,13 @@ org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -65,13 +65,13 @@ org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-webmvc - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index a2c4e92ec0..c0cafe30a3 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -53,25 +53,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -83,13 +83,13 @@ org.springframework spring-expression - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index 779a030b87..6ddde24009 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -47,25 +47,25 @@ org.springframework spring-aop - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-beans - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-context - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-core - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -77,25 +77,25 @@ org.springframework spring-expression - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-jdbc - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-tx - 3.2.0.RELEASE + 3.2.3.RELEASE compile org.springframework spring-web - 3.2.0.RELEASE + 3.2.3.RELEASE compile @@ -192,7 +192,7 @@ org.springframework spring-test - 3.2.0.RELEASE + 3.2.3.RELEASE test