From 4c8a858bda30f3a7af2cc98bdf97c7b1e7aa5f0e Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sat, 19 Jun 2010 09:17:51 +0000 Subject: [PATCH] Upgraded to Spring 2.5.6.SEC02 and 3.0.3.RELEASE (LDAP-210). --- changelog.txt | 4 +++- parent/pom.xml | 2 +- pom.xml | 2 +- samples/article-spring30/pom.xml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2d30b55d..65d2164f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -11,7 +11,7 @@ http://www.ietf.org/rfc/rfc2255.txt http://www.ietf.org/rfc/rfc2256.txt http://www.ietf.org/rfc/rfc2696.txt -Changes in version 1.3.1 (Spring 2010) +Changes in version 1.3.1 (Summer 2010) ------------------------------------------- * Added an object-directory mapping framework (ODM). Contributed by Paul Harvey. @@ -33,6 +33,8 @@ Changes in version 1.3.1 (Spring 2010) * DefaultDirObjectFactory calls a Java5 version of the IllegalArgumentException constructor. (LDAP 196). +* Upgraded Spring to 2.5.6.SEC02 and 3.0.3.RELEASE. (LDAP-210) + * Upgraded Spring to 2.5.6.SEC01. (LDAP-194) Changes in version 1.3.0 (Jan 2009) diff --git a/parent/pom.xml b/parent/pom.xml index 06c8e6bb..738894c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk - 2.5.6.SEC01 + 2.5.6.SEC02 diff --git a/pom.xml b/pom.xml index ab5f0404..a6008f75 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk - 2.5.6.SEC01 + 2.5.6.SEC02 parent diff --git a/samples/article-spring30/pom.xml b/samples/article-spring30/pom.xml index 777c245b..088a3a68 100644 --- a/samples/article-spring30/pom.xml +++ b/samples/article-spring30/pom.xml @@ -13,7 +13,7 @@ Example code that matches the article published on java.net on April 18, 2006. - 3.0.1.RELEASE + 3.0.3.RELEASE