From 66978e97d4831b89f21fd646bba6897c30e4b1c9 Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 21 Feb 2015 19:57:34 +0200 Subject: [PATCH] maven upgrades --- apache-fop/pom.xml | 10 +++++----- core-java-8/pom.xml | 2 +- core-java/pom.xml | 10 +++++----- gson/pom.xml | 10 +++++----- guava/pom.xml | 10 +++++----- handling-spring-static-resources/pom.xml | 12 ++++++------ httpclient/pom.xml | 8 ++++---- jackson/pom.xml | 10 +++++----- mockito/pom.xml | 10 +++++----- rest-testing/pom.xml | 8 ++++---- sandbox/pom.xml | 6 +++--- spring-all/pom.xml | 10 +++++----- spring-exceptions/pom.xml | 10 +++++----- spring-hibernate3/pom.xml | 6 +++--- spring-hibernate4/pom.xml | 8 ++++---- spring-jpa/pom.xml | 10 +++++----- spring-mvc-java/pom.xml | 10 +++++----- spring-mvc-no-xml/pom.xml | 8 ++++---- spring-mvc-xml/pom.xml | 8 ++++---- spring-rest/pom.xml | 10 +++++----- spring-security-basic-auth/pom.xml | 10 +++++----- spring-security-mvc-custom/pom.xml | 10 +++++----- spring-security-mvc-digest-auth/pom.xml | 10 +++++----- spring-security-mvc-ldap/.project | 10 +++++----- spring-security-mvc-login/pom.xml | 10 +++++----- spring-security-mvc-session/pom.xml | 10 +++++----- spring-security-oauth/pom.xml | 10 +++++----- spring-security-rest-basic-auth/pom.xml | 10 +++++----- spring-security-rest-custom/pom.xml | 10 +++++----- spring-security-rest-digest-auth/pom.xml | 10 +++++----- spring-security-rest-full/.classpath | 10 +++++----- .../.settings/org.eclipse.wst.common.component | 2 -- spring-security-rest-full/pom.xml | 10 +++++----- spring-security-rest/pom.xml | 10 +++++----- 34 files changed, 153 insertions(+), 155 deletions(-) diff --git a/apache-fop/pom.xml b/apache-fop/pom.xml index 03e2cdfeba..2532672c99 100644 --- a/apache-fop/pom.xml +++ b/apache-fop/pom.xml @@ -143,11 +143,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -170,16 +170,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/core-java-8/pom.xml b/core-java-8/pom.xml index 8d31bea0db..fe71d8105a 100644 --- a/core-java-8/pom.xml +++ b/core-java-8/pom.xml @@ -110,7 +110,7 @@ 3.2 - 2.5 + 2.6 2.18.1 2.7 diff --git a/core-java/pom.xml b/core-java/pom.xml index 9c92b76647..3015cf46dc 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -145,11 +145,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -172,16 +172,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/gson/pom.xml b/gson/pom.xml index b5c4698cd5..cbfb564f2a 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -114,11 +114,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -141,16 +141,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/guava/pom.xml b/guava/pom.xml index 228bd60227..0a2f8d833a 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -94,11 +94,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -118,16 +118,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/handling-spring-static-resources/pom.xml b/handling-spring-static-resources/pom.xml index 0f7f490ff9..cc71b97b25 100644 --- a/handling-spring-static-resources/pom.xml +++ b/handling-spring-static-resources/pom.xml @@ -173,18 +173,18 @@ 1.7 - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE 1.8.1 2.3.2-b01 - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 1.7.1.RELEASE @@ -209,15 +209,15 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 \ No newline at end of file diff --git a/httpclient/pom.xml b/httpclient/pom.xml index bd0ced2ceb..3b57069091 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -154,11 +154,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -184,10 +184,10 @@ 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/jackson/pom.xml b/jackson/pom.xml index b10daca1c8..e4cf03a8ce 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -133,11 +133,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -160,16 +160,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/mockito/pom.xml b/mockito/pom.xml index d9b3768dfc..472476ff83 100644 --- a/mockito/pom.xml +++ b/mockito/pom.xml @@ -89,11 +89,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -113,16 +113,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/rest-testing/pom.xml b/rest-testing/pom.xml index 4276f6987b..4af9abab03 100644 --- a/rest-testing/pom.xml +++ b/rest-testing/pom.xml @@ -138,7 +138,7 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 2.4.4 @@ -160,16 +160,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/sandbox/pom.xml b/sandbox/pom.xml index 3bc028c104..c84c2a9d63 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -137,7 +137,7 @@ 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.29 @@ -160,13 +160,13 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 1.4.7 diff --git a/spring-all/pom.xml b/spring-all/pom.xml index 2d77536fc8..8e3185d991 100644 --- a/spring-all/pom.xml +++ b/spring-all/pom.xml @@ -195,13 +195,13 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE 3.18.1-GA 1.2 - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -221,16 +221,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-exceptions/pom.xml b/spring-exceptions/pom.xml index d5a4dbefcc..68ff77042b 100644 --- a/spring-exceptions/pom.xml +++ b/spring-exceptions/pom.xml @@ -204,13 +204,13 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE 3.18.1-GA 1.2 - 4.3.7.Final + 4.3.8.Final 5.1.34 7.0.42 @@ -231,17 +231,17 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 1.8.9 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-hibernate3/pom.xml b/spring-hibernate3/pom.xml index ce9a114140..ffd6aee698 100644 --- a/spring-hibernate3/pom.xml +++ b/spring-hibernate3/pom.xml @@ -163,7 +163,7 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE 3.18.1-GA @@ -189,7 +189,7 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 @@ -197,7 +197,7 @@ 3.2 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml index d3c500a159..a83f4a45f9 100644 --- a/spring-hibernate4/pom.xml +++ b/spring-hibernate4/pom.xml @@ -170,12 +170,12 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE 3.18.1-GA - 4.3.7.Final + 4.3.8.Final 5.1.34 7.0.42 @@ -196,7 +196,7 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 @@ -204,7 +204,7 @@ 3.2 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-jpa/pom.xml b/spring-jpa/pom.xml index 8fd41db223..d95905190b 100644 --- a/spring-jpa/pom.xml +++ b/spring-jpa/pom.xml @@ -176,11 +176,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -200,7 +200,7 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 @@ -208,8 +208,8 @@ 3.2 2.18.1 2.7 - 1.4.11 - + 1.4.12 + diff --git a/spring-mvc-java/pom.xml b/spring-mvc-java/pom.xml index 76741b8a16..d61c6649c1 100644 --- a/spring-mvc-java/pom.xml +++ b/spring-mvc-java/pom.xml @@ -141,11 +141,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -165,16 +165,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-mvc-no-xml/pom.xml b/spring-mvc-no-xml/pom.xml index 8aef0f3a73..381c21afd2 100644 --- a/spring-mvc-no-xml/pom.xml +++ b/spring-mvc-no-xml/pom.xml @@ -145,7 +145,7 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 1.7.9 @@ -157,16 +157,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-mvc-xml/pom.xml b/spring-mvc-xml/pom.xml index abd4c492b1..3026ea0302 100644 --- a/spring-mvc-xml/pom.xml +++ b/spring-mvc-xml/pom.xml @@ -147,7 +147,7 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 1.7.9 @@ -159,16 +159,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml index 9930dd60d7..e729d67fe8 100644 --- a/spring-rest/pom.xml +++ b/spring-rest/pom.xml @@ -207,11 +207,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -231,7 +231,7 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 @@ -241,9 +241,9 @@ 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-basic-auth/pom.xml b/spring-security-basic-auth/pom.xml index 8197b05eb5..f977d9e010 100644 --- a/spring-security-basic-auth/pom.xml +++ b/spring-security-basic-auth/pom.xml @@ -226,11 +226,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -250,16 +250,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml index 231ee3513a..4e7d25095d 100644 --- a/spring-security-mvc-custom/pom.xml +++ b/spring-security-mvc-custom/pom.xml @@ -231,11 +231,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -254,17 +254,17 @@ 4.11 1.10.19 - 4.3.6 + 4.4 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml index 4622b6484c..893a1f6b18 100644 --- a/spring-security-mvc-digest-auth/pom.xml +++ b/spring-security-mvc-digest-auth/pom.xml @@ -226,11 +226,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -250,16 +250,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-security-mvc-ldap/.project b/spring-security-mvc-ldap/.project index bcb454dc80..17814c8c03 100644 --- a/spring-security-mvc-ldap/.project +++ b/spring-security-mvc-ldap/.project @@ -20,11 +20,6 @@ - - org.eclipse.m2e.core.maven2Builder - - - org.springframework.ide.eclipse.core.springbuilder @@ -40,6 +35,11 @@ + + org.eclipse.m2e.core.maven2Builder + + + org.eclipse.jem.workbench.JavaEMFNature diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml index cace87a018..a66a5f4542 100644 --- a/spring-security-mvc-login/pom.xml +++ b/spring-security-mvc-login/pom.xml @@ -223,11 +223,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -247,16 +247,16 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml index 7530740ae7..b4386bd292 100644 --- a/spring-security-mvc-session/pom.xml +++ b/spring-security-mvc-session/pom.xml @@ -231,11 +231,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -254,17 +254,17 @@ 4.11 1.10.19 - 4.3.6 + 4.4 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 2.7 - 1.4.11 + 1.4.12 diff --git a/spring-security-oauth/pom.xml b/spring-security-oauth/pom.xml index 382f9ecf47..839858f12f 100644 --- a/spring-security-oauth/pom.xml +++ b/spring-security-oauth/pom.xml @@ -381,11 +381,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 1.7.1.RELEASE @@ -410,15 +410,15 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-rest-basic-auth/pom.xml b/spring-security-rest-basic-auth/pom.xml index f74892c661..9dace2acd5 100644 --- a/spring-security-rest-basic-auth/pom.xml +++ b/spring-security-rest-basic-auth/pom.xml @@ -287,16 +287,16 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 4.4 - 4.3.6 + 4.4 1.7.9 @@ -318,9 +318,9 @@ 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml index 69cf0d8de2..f6d3c78e80 100644 --- a/spring-security-rest-custom/pom.xml +++ b/spring-security-rest-custom/pom.xml @@ -251,11 +251,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -275,15 +275,15 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-rest-digest-auth/pom.xml b/spring-security-rest-digest-auth/pom.xml index 667c423540..2ed93fb1ec 100644 --- a/spring-security-rest-digest-auth/pom.xml +++ b/spring-security-rest-digest-auth/pom.xml @@ -275,16 +275,16 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 4.4 - 4.3.6 + 4.4 1.7.9 @@ -309,9 +309,9 @@ 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-rest-full/.classpath b/spring-security-rest-full/.classpath index aef5aab76d..4afacb7ebf 100644 --- a/spring-security-rest-full/.classpath +++ b/spring-security-rest-full/.classpath @@ -1,23 +1,23 @@ - + - + - + - + @@ -28,7 +28,7 @@ - + diff --git a/spring-security-rest-full/.settings/org.eclipse.wst.common.component b/spring-security-rest-full/.settings/org.eclipse.wst.common.component index 7ad7c118a0..3b942952f2 100644 --- a/spring-security-rest-full/.settings/org.eclipse.wst.common.component +++ b/spring-security-rest-full/.settings/org.eclipse.wst.common.component @@ -5,8 +5,6 @@ - - diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index 0a6b72d545..1df595da4d 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -414,11 +414,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 1.7.1.RELEASE @@ -443,15 +443,15 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12 diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml index 0a8a7a7157..5b62dd2477 100644 --- a/spring-security-rest/pom.xml +++ b/spring-security-rest/pom.xml @@ -238,11 +238,11 @@ - 4.1.4.RELEASE + 4.1.5.RELEASE 3.2.5.RELEASE - 4.3.7.Final + 4.3.8.Final 5.1.34 @@ -262,15 +262,15 @@ 1.10.19 4.4 - 4.3.6 + 4.4 2.4.0 3.2 - 2.5 + 2.6 2.18.1 - 1.4.11 + 1.4.12