From d195c3a0960fafb2c8c38eb468ee006de46b287a Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 15 Mar 2014 12:10:49 +0200 Subject: [PATCH] maven upgrades --- core-java/pom.xml | 12 ++++++------ experiments/pom.xml | 12 ++++++------ guava/pom.xml | 12 ++++++------ httpclient/pom.xml | 12 ++++++------ jackson/pom.xml | 14 +++++++------- mockito/pom.xml | 12 ++++++------ rest-testing/pom.xml | 8 ++++---- spring-all/pom.xml | 12 ++++++------ spring-exceptions/pom.xml | 12 ++++++------ spring-hibernate3/pom.xml | 10 +++++----- spring-hibernate4/pom.xml | 12 ++++++------ spring-jpa/pom.xml | 12 ++++++------ spring-mvc-java/pom.xml | 14 +++++++------- spring-mvc-no-xml/pom.xml | 6 +++--- spring-mvc-xml/pom.xml | 6 +++--- spring-rest/pom.xml | 16 ++++++++-------- spring-security-basic-auth/pom.xml | 12 ++++++------ spring-security-mvc-custom/pom.xml | 12 ++++++------ spring-security-mvc-digest-auth/pom.xml | 12 ++++++------ spring-security-mvc-login/pom.xml | 12 ++++++------ spring-security-mvc-session/pom.xml | 12 ++++++------ spring-security-rest-basic-auth/pom.xml | 12 ++++++------ spring-security-rest-custom/pom.xml | 12 ++++++------ spring-security-rest-digest-auth/pom.xml | 12 ++++++------ spring-security-rest-full/pom.xml | 12 ++++++------ spring-security-rest/pom.xml | 12 ++++++------ 26 files changed, 151 insertions(+), 151 deletions(-) diff --git a/core-java/pom.xml b/core-java/pom.xml index 2d5210fa75..53cb493cad 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -133,11 +133,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -152,15 +152,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/experiments/pom.xml b/experiments/pom.xml index 912dcaf49f..126f393265 100644 --- a/experiments/pom.xml +++ b/experiments/pom.xml @@ -255,11 +255,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -271,15 +271,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/guava/pom.xml b/guava/pom.xml index 8cb19e61f5..e9636e0231 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -94,11 +94,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -110,15 +110,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 5bbf0fdec0..afe45b345f 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -130,11 +130,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -146,15 +146,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/jackson/pom.xml b/jackson/pom.xml index 08380ec83e..eb969d1f2c 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -107,11 +107,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -126,15 +126,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 @@ -143,7 +143,7 @@ 2.4 2.16 2.6 - 1.4.6 + 1.4.7 diff --git a/mockito/pom.xml b/mockito/pom.xml index d162bbcf00..73da559339 100644 --- a/mockito/pom.xml +++ b/mockito/pom.xml @@ -89,11 +89,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -105,15 +105,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/rest-testing/pom.xml b/rest-testing/pom.xml index e4e50271d6..ba659764a4 100644 --- a/rest-testing/pom.xml +++ b/rest-testing/pom.xml @@ -138,7 +138,7 @@ - 4.0.1.RELEASE + 4.0.2.RELEASE 2.3.0 @@ -152,15 +152,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-all/pom.xml b/spring-all/pom.xml index 041139f3b8..beaf8c93fe 100644 --- a/spring-all/pom.xml +++ b/spring-all/pom.xml @@ -192,13 +192,13 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE 3.18.1-GA 1.2 - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -210,15 +210,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-exceptions/pom.xml b/spring-exceptions/pom.xml index c1dc189aa4..2c3a16b51f 100644 --- a/spring-exceptions/pom.xml +++ b/spring-exceptions/pom.xml @@ -204,13 +204,13 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE 3.18.1-GA 1.2 - 4.3.1.Final + 4.3.4.Final 5.1.29 7.0.42 @@ -223,15 +223,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 1.8.9 diff --git a/spring-hibernate3/pom.xml b/spring-hibernate3/pom.xml index 78f7d6bbf2..23346cfc2c 100644 --- a/spring-hibernate3/pom.xml +++ b/spring-hibernate3/pom.xml @@ -174,8 +174,8 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE 3.18.1-GA @@ -192,15 +192,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml index a69fdac5c1..91713ede69 100644 --- a/spring-hibernate4/pom.xml +++ b/spring-hibernate4/pom.xml @@ -182,12 +182,12 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE 3.18.1-GA - 4.3.1.Final + 4.3.4.Final 5.1.29 7.0.42 @@ -200,15 +200,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-jpa/pom.xml b/spring-jpa/pom.xml index ed78ee29e4..f319e321c5 100644 --- a/spring-jpa/pom.xml +++ b/spring-jpa/pom.xml @@ -177,11 +177,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -193,15 +193,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-mvc-java/pom.xml b/spring-mvc-java/pom.xml index 75cf27c2c5..820ab433f9 100644 --- a/spring-mvc-java/pom.xml +++ b/spring-mvc-java/pom.xml @@ -141,11 +141,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -157,17 +157,17 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 - 2.0.1 + 2.3.0 3.1 diff --git a/spring-mvc-no-xml/pom.xml b/spring-mvc-no-xml/pom.xml index d0af83906d..a2ba3d90e9 100644 --- a/spring-mvc-no-xml/pom.xml +++ b/spring-mvc-no-xml/pom.xml @@ -145,7 +145,7 @@ - 4.0.1.RELEASE + 4.0.2.RELEASE 1.7.5 @@ -156,8 +156,8 @@ 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-mvc-xml/pom.xml b/spring-mvc-xml/pom.xml index 89da53e585..141228662a 100644 --- a/spring-mvc-xml/pom.xml +++ b/spring-mvc-xml/pom.xml @@ -141,7 +141,7 @@ - 4.0.1.RELEASE + 4.0.2.RELEASE 1.7.5 @@ -152,8 +152,8 @@ 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml index ee07d30e46..1ec4145533 100644 --- a/spring-rest/pom.xml +++ b/spring-rest/pom.xml @@ -202,11 +202,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -218,17 +218,17 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 - 2.2.0 + 2.3.0 1.7.5 @@ -238,7 +238,7 @@ 3.1 2.4 2.16 - 1.4.6 + 1.4.7 diff --git a/spring-security-basic-auth/pom.xml b/spring-security-basic-auth/pom.xml index b060f67c17..aa50cde874 100644 --- a/spring-security-basic-auth/pom.xml +++ b/spring-security-basic-auth/pom.xml @@ -220,11 +220,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -236,15 +236,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml index f16e71a821..33e1b64c3d 100644 --- a/spring-security-mvc-custom/pom.xml +++ b/spring-security-mvc-custom/pom.xml @@ -225,11 +225,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -241,15 +241,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.2 - 4.3.1 + 4.3.3 + 4.3.2 2.3.0 diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml index b1b699cd60..6f91acf593 100644 --- a/spring-security-mvc-digest-auth/pom.xml +++ b/spring-security-mvc-digest-auth/pom.xml @@ -220,11 +220,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -236,15 +236,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml index 54dcd87924..c6c935d340 100644 --- a/spring-security-mvc-login/pom.xml +++ b/spring-security-mvc-login/pom.xml @@ -217,11 +217,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -233,15 +233,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml index 9567e05d9b..68c5fcf036 100644 --- a/spring-security-mvc-session/pom.xml +++ b/spring-security-mvc-session/pom.xml @@ -225,11 +225,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -241,15 +241,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.2 - 4.3.1 + 4.3.3 + 4.3.2 2.3.0 diff --git a/spring-security-rest-basic-auth/pom.xml b/spring-security-rest-basic-auth/pom.xml index 78bb86ccee..06e5ef92b2 100644 --- a/spring-security-rest-basic-auth/pom.xml +++ b/spring-security-rest-basic-auth/pom.xml @@ -286,16 +286,16 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 1.7.5 @@ -306,7 +306,7 @@ 16.0.1 - 3.2.1 + 3.3 1.3 diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml index 37a9cfe1c0..708bcb467f 100644 --- a/spring-security-rest-custom/pom.xml +++ b/spring-security-rest-custom/pom.xml @@ -242,11 +242,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -258,15 +258,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-security-rest-digest-auth/pom.xml b/spring-security-rest-digest-auth/pom.xml index 585f0110f1..6ee64ebb32 100644 --- a/spring-security-rest-digest-auth/pom.xml +++ b/spring-security-rest-digest-auth/pom.xml @@ -275,16 +275,16 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 1.7.5 @@ -295,7 +295,7 @@ 16.0.1 - 3.2.1 + 3.3 1.3 diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index 922897b243..a4f114b691 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -270,11 +270,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 1.4.3.RELEASE @@ -291,15 +291,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0 diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml index 5bc19094e9..82b9762ec8 100644 --- a/spring-security-rest/pom.xml +++ b/spring-security-rest/pom.xml @@ -208,11 +208,11 @@ - 4.0.1.RELEASE - 3.2.0.RELEASE + 4.0.2.RELEASE + 3.2.2.RELEASE - 4.3.1.Final + 4.3.4.Final 5.1.29 @@ -224,15 +224,15 @@ 16.0.1 - 3.2.1 + 3.3 1.3 4.11 1.9.5 - 4.3.1 - 4.3.2 + 4.3.2 + 4.3.3 2.3.0