You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/06/24 18:57:45 UTC

[sling-org-apache-sling-commons-crypto] 01/03: remove redundant properties

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-crypto.git

commit 0b7f4634a1de4adab965eedf0045d92db7dbe7b7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jun 24 16:57:02 2021 +0200

    remove redundant properties
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 11f68f0..b606d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,6 @@
   <description>Apache Sling Commons Crypto</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>