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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d2caa527 Use 1.8 for source/target in ITs - allow to execute by newer 
JDK
3d2caa527 is described below

commit 3d2caa527e81df7a5825b05890a594bf5cdcab6e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Sep 23 11:56:00 2023 +0200

    Use 1.8 for source/target in ITs - allow to execute by newer JDK
    
    1.7 was removed in JDK 20
---
 core-it-suite/src/test/resources/mng-3203/pom.xml                   | 6 +++---
 core-it-suite/src/test/resources/mng-7045/pom.xml                   | 4 ++--
 .../src/test/resources/mng-7128-block-external-http-reactor/pom.xml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/core-it-suite/src/test/resources/mng-3203/pom.xml 
b/core-it-suite/src/test/resources/mng-3203/pom.xml
index d6d807f46..3bd4cabd8 100644
--- a/core-it-suite/src/test/resources/mng-3203/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3203/pom.xml
@@ -43,8 +43,8 @@
                 <execution>
                   <id>default-compile</id>
                   <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                     <includes>
                       <include>**/Diamond.java</include>
                     </includes>
@@ -70,7 +70,7 @@
                 <execution>
                   <id>default-compile</id>
                   <configuration>
-                    <release>7</release>
+                    <release>8</release>
                   </configuration>
                 </execution>
               </executions>
diff --git a/core-it-suite/src/test/resources/mng-7045/pom.xml 
b/core-it-suite/src/test/resources/mng-7045/pom.xml
index 2071b7807..48848f66e 100644
--- a/core-it-suite/src/test/resources/mng-7045/pom.xml
+++ b/core-it-suite/src/test/resources/mng-7045/pom.xml
@@ -24,8 +24,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.10.1</version>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
diff --git 
a/core-it-suite/src/test/resources/mng-7128-block-external-http-reactor/pom.xml 
b/core-it-suite/src/test/resources/mng-7128-block-external-http-reactor/pom.xml
index 51455c9a1..051a452ad 100644
--- 
a/core-it-suite/src/test/resources/mng-7128-block-external-http-reactor/pom.xml
+++ 
b/core-it-suite/src/test/resources/mng-7128-block-external-http-reactor/pom.xml
@@ -34,8 +34,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.10.1</version>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>

Reply via email to