You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/11/03 08:15:06 UTC

(myfaces) branch 2.3-next updated: removed changes from IDE

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

tandraschko pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new 380fb2195 removed changes from IDE
380fb2195 is described below

commit 380fb2195fa3796184a4f4cf67178dc77c1c93de
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Fri Nov 3 09:15:02 2023 +0100

    removed changes from IDE
---
 impl/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 78b5b6244..0fa1722a6 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -716,14 +716,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>11</source>
-                    <target>11</target>
-                </configuration>
-            </plugin>
 
         </plugins>