From c5f850d17f6f3da83b0668f440b0ec96f7b51f7c Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Mon, 25 Oct 2010 21:56:14 +0000 Subject: [PATCH] Fixed LDAP-201, Resources, javadocs and compiles are platform dependent --- changelog.txt | 2 ++ parent/pom.xml | 2 ++ pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index 76158d2a..bfad5323 100644 --- a/changelog.txt +++ b/changelog.txt @@ -58,6 +58,8 @@ Changes in version 1.3.1 (October 2010) * Upgraded Spring to 2.5.6.SEC01. (LDAP-194) +* Build is no longer using the default platform encoding, but UTF-8. (LDAP-201) + Changes in version 1.3.0 (Jan 2009) ------------------------------------------- * Added methods for simple LDAP 'bind' authentication in LdapOperations and diff --git a/parent/pom.xml b/parent/pom.xml index 4a10139c..77fd85b5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,6 +33,7 @@ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk + UTF-8 2.5.6.SEC02 @@ -141,6 +142,7 @@ maven-javadoc-plugin 2.5 + ${project.build.sourceEncoding} true true
Spring LDAP Framework
diff --git a/pom.xml b/pom.xml index db8dc1a3..30532b0f 100644 --- a/pom.xml +++ b/pom.xml @@ -115,6 +115,7 @@ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk + UTF-8 2.5.6.SEC02 @@ -314,6 +315,7 @@ maven-javadoc-plugin 2.5 + ${project.build.sourceEncoding} true true
Spring LDAP Framework