From 1cba2afa80b4a3f1a0d2c3fea8c667b682e676a4 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 19 Feb 2014 08:25:29 -0600 Subject: [PATCH] LDAP-292: Update to Spring 3.2.8.RELEASE --- gradle/java.gradle | 2 +- samples/odm/pom.xml | 30 ++++++++++++++-------------- samples/plain/pom.xml | 40 +++++++++++++++++++------------------- samples/user-admin/pom.xml | 40 +++++++++++++++++++------------------- 4 files changed, 56 insertions(+), 56 deletions(-) diff --git a/gradle/java.gradle b/gradle/java.gradle index df613e8e..c2e991be 100644 --- a/gradle/java.gradle +++ b/gradle/java.gradle @@ -4,7 +4,7 @@ apply plugin: 'propdeps' sourceCompatibility = '1.6' targetCompatibility = '1.6' -ext.springVersion = '3.2.4.RELEASE' +ext.springVersion = '3.2.8.RELEASE' ext.springDataVersion = '1.6.1.RELEASE' ext.springBatchVersion = '2.0.4.RELEASE' ext.junitVersion = '4.10' diff --git a/samples/odm/pom.xml b/samples/odm/pom.xml index 92a56469..922e4cf7 100644 --- a/samples/odm/pom.xml +++ b/samples/odm/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.ldap spring-ldap-odm-sample - 2.0.0.CI-SNAPSHOT + 2.0.1.CI-SNAPSHOT war spring-ldap-odm-sample spring-ldap-odm-sample @@ -101,6 +101,12 @@ + + org.springframework + spring-webmvc + 3.2.8.RELEASE + compile + ch.qos.logback logback-classic @@ -110,7 +116,7 @@ org.springframework.ldap spring-ldap-test - 2.0.0.CI-SNAPSHOT + 2.0.1.CI-SNAPSHOT compile @@ -119,29 +125,23 @@ 1.2 compile + + org.springframework + spring-test + 3.2.8.RELEASE + test + junit junit 4.10 test - - org.springframework - spring-webmvc - 3.2.4.RELEASE - compile - org.springframework spring-context - 3.2.4.RELEASE + 3.2.8.RELEASE compile - - org.springframework - spring-test - 3.2.4.RELEASE - test - diff --git a/samples/plain/pom.xml b/samples/plain/pom.xml index 3a86f1c7..b8c980de 100644 --- a/samples/plain/pom.xml +++ b/samples/plain/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.ldap spring-ldap-plain-sample - 2.0.0.CI-SNAPSHOT + 2.0.1.CI-SNAPSHOT war spring-ldap-plain-sample spring-ldap-plain-sample @@ -101,47 +101,47 @@ + + org.springframework + spring-webmvc + 3.2.8.RELEASE + compile + ch.qos.logback logback-classic 1.0.13 runtime + + org.springframework.ldap + spring-ldap-test + 2.0.1.CI-SNAPSHOT + compile + javax.servlet jstl 1.2 compile + + org.springframework + spring-test + 3.2.8.RELEASE + test + junit junit 4.10 test - - org.springframework.ldap - spring-ldap-test - 2.0.0.CI-SNAPSHOT - compile - - - org.springframework - spring-webmvc - 3.2.4.RELEASE - compile - org.springframework spring-context - 3.2.4.RELEASE + 3.2.8.RELEASE compile - - org.springframework - spring-test - 3.2.4.RELEASE - test - diff --git a/samples/user-admin/pom.xml b/samples/user-admin/pom.xml index a8bd33aa..1a6c14fe 100644 --- a/samples/user-admin/pom.xml +++ b/samples/user-admin/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.ldap spring-ldap-user-admin-sample - 2.0.0.CI-SNAPSHOT + 2.0.1.CI-SNAPSHOT war spring-ldap-user-admin-sample spring-ldap-user-admin-sample @@ -101,6 +101,12 @@ + + org.springframework + spring-webmvc + 3.2.8.RELEASE + compile + ch.qos.logback logback-classic @@ -114,15 +120,15 @@ compile - com.google.guava - guava - 15.0 + org.springframework.ldap + spring-ldap-test + 2.0.1.CI-SNAPSHOT compile - org.springframework.ldap - spring-ldap-test - 2.0.0.CI-SNAPSHOT + com.google.guava + guava + 15.0 compile @@ -131,29 +137,23 @@ 1.2 compile + + org.springframework + spring-test + 3.2.8.RELEASE + test + junit junit 4.10 test - - org.springframework - spring-webmvc - 3.2.4.RELEASE - compile - org.springframework spring-context - 3.2.4.RELEASE + 3.2.8.RELEASE compile - - org.springframework - spring-test - 3.2.4.RELEASE - test -