You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/01 14:38:40 UTC

[httpcomponents-parent] 04/11: Remove no-op parameter

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 12-dev
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git

commit ed0c77971a895db5cf0a66d7a91386eba70c9baa
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 29 22:48:08 2020 +0200

    Remove no-op parameter
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6c6e65..125d0f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -931,7 +931,6 @@ Fixed JIRA link
 
   <properties>
     <!-- compiler source and target must now be defined at component level -->
-    <maven.compiler.optimize>true</maven.compiler.optimize>
     <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>