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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 85b381ec46ff360e978e000a95aeb915e0a1a5ae
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Dec 14 07:44:09 2021 +0100

    Drops outdated compiler options
---
 json-customize/pom.xml  | 9 ---------
 json/pom.xml            | 9 ---------
 unknown-handler/pom.xml | 9 ---------
 3 files changed, 27 deletions(-)

diff --git a/json-customize/pom.xml b/json-customize/pom.xml
index 2cf8b6b..5b362fc 100644
--- a/json-customize/pom.xml
+++ b/json-customize/pom.xml
@@ -63,15 +63,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin.version}</version>
diff --git a/json/pom.xml b/json/pom.xml
index 9ab2b95..0cf317c 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -57,15 +57,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin.version}</version>
diff --git a/unknown-handler/pom.xml b/unknown-handler/pom.xml
index 6716659..b4eb289 100644
--- a/unknown-handler/pom.xml
+++ b/unknown-handler/pom.xml
@@ -64,15 +64,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin.version}</version>

Reply via email to