This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit c3bc7025b39b20e1f2c06b1e21e0948cff092795 Author: Sebb <[email protected]> AuthorDate: Fri Oct 27 11:25:19 2023 +0100 Has no effect; overridden below In any case, should be done by changing commons.encoding [skip ci] --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1aebb6c..2f1a9cc 100644 --- a/pom.xml +++ b/pom.xml @@ -124,9 +124,6 @@ The following provides more details on the included cryptographic software: <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.javadoc.java.link>http://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link> - <!-- Ensure copies work OK (can be removed later when this is in parent POM) --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- Encoding of Java source files: ensures that the compiler and the javadoc generator use the right encoding. Subprojects may
