Upgraded commons-lang to 2.3.

This commit is contained in:
Ulrik Sandberg
2008-03-16 12:21:12 +00:00
parent 0af6a342de
commit f53e009037
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,9 @@ http://www.ietf.org/rfc/rfc2696.txt
Changes in version 1.2.2 (XXX 2008)
-------------------------------------------
Upgraded Acegi to 1.0.6.
* Upgraded Acegi to 1.0.6.
* Upgraded commons-lang to 2.3.
Changes in version 1.2.1 (Dec 2007)
-------------------------------------------
@@ -360,4 +362,4 @@ Changes in version 1.0-RC2 (LdapTemplate) (22.2.2006)
Changes in version 1.0-RC1 (LdapTemplate) (27.1.2006)
--------------------------------------
* First public release candidate.
* First public release candidate.

View File

@@ -22,7 +22,7 @@
<!-- global (core) dependencies -->
<dependency org="commons-logging" name="commons-logging"
rev="1.0.4" />
<dependency org="commons-lang" name="commons-lang" rev="2.1" />
<dependency org="commons-lang" name="commons-lang" rev="2.3" />
<dependency org="commons-pool" name="commons-pool" rev="1.3" />
<dependency org="org.springframework" name="spring-beans"
rev="2.0.8" />