Fixed LDAP-201, Resources, javadocs and compiles are platform dependent
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.version>2.5.6.SEC02</spring.version>
|
||||
</properties>
|
||||
<repositories>
|
||||
@@ -141,6 +142,7 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<aggregate>true</aggregate>
|
||||
<breakiterator>true</breakiterator>
|
||||
<header>Spring LDAP Framework</header>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -115,6 +115,7 @@
|
||||
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.version>2.5.6.SEC02</spring.version>
|
||||
</properties>
|
||||
<modules>
|
||||
@@ -314,6 +315,7 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<aggregate>true</aggregate>
|
||||
<breakiterator>true</breakiterator>
|
||||
<header>Spring LDAP Framework</header>
|
||||
|
||||
Reference in New Issue
Block a user