Upgraded to Spring 2.5.6.SEC02 and 3.0.3.RELEASE (LDAP-210).

This commit is contained in:
Ulrik Sandberg
2010-06-19 09:17:51 +00:00
parent 31ce887e2d
commit 4c8a858bda
4 changed files with 6 additions and 4 deletions

View File

@@ -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)

View File

@@ -33,7 +33,7 @@
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk</url>
</scm>
<properties>
<spring.version>2.5.6.SEC01</spring.version>
<spring.version>2.5.6.SEC02</spring.version>
</properties>
<repositories>
<repository>

View File

@@ -115,7 +115,7 @@
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk</url>
</scm>
<properties>
<spring.version>2.5.6.SEC01</spring.version>
<spring.version>2.5.6.SEC02</spring.version>
</properties>
<modules>
<module>parent</module>

View File

@@ -13,7 +13,7 @@
<description> Example code that matches the article published on
java.net on April 18, 2006. </description>
<properties>
<org.springframework.version>3.0.1.RELEASE</org.springframework.version>
<org.springframework.version>3.0.3.RELEASE</org.springframework.version>
</properties>
<build>
<plugins>