This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
commit 7581cd4bc11316cc6173e9a59d4572e461345968 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jul 14 21:41:51 2021 +0200 remove redundant properties --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2c760a0..98e7c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,6 @@ <description>Send mails via SMTPS</description> <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sling.java.version>11</sling.java.version> <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version> </properties>
