You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/03/13 18:54:44 UTC

[sling-parent] branch master updated: SLING-11064 remove workaround after updating m-compiler-p to 3.10.1

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 58827d5  SLING-11064 remove workaround after updating m-compiler-p to 3.10.1
58827d5 is described below

commit 58827d512384321b0719526ae61700d4dfc97a5b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Mar 13 19:54:40 2022 +0100

    SLING-11064 remove workaround after updating m-compiler-p to 3.10.1
---
 sling-parent/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 895ca42..15e1f57 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -244,13 +244,10 @@
 
         <pluginManagement>
             <plugins>
-                
+                <!-- upgrade from 3.10.0 in ASF parent -->
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
-                    	<!-- workaround for https://issues.apache.org/jira/browse/MCOMPILER-485 -->
-                    	<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
-                    </configuration>
+                    <version>3.10.1</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>