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

pottlinger pushed a commit to branch feature/TENTACLES-25
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git

commit 5e5f2bfda988a6d440a7a6e23300430dd560dc53
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Mar 22 10:32:39 2026 +0100

    TENTACLES-25: Try out JDK17 update
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bca3fc..89246e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     
<currentSnapshotTentaclesVersion>0.2-SNAPSHOT</currentSnapshotTentaclesVersion>
     <previousTentaclesVersion>0.1</previousTentaclesVersion>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <javaVersion>1.8</javaVersion>
+    <javaVersion>17</javaVersion>
     <httpClientVersion>4.5.14</httpClientVersion>
     <loggerVersion>2.25.3</loggerVersion>
     <apacheRatVersion>0.18</apacheRatVersion>
@@ -131,6 +131,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.15.0</version>
+        <configuration>
+          <release>${javaVersion}</release>
+          <source>${javaVersion}</source>
+          <target>${javaVersion}</target>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -149,7 +154,7 @@
                   <maxJdkVersion>${javaVersion}</maxJdkVersion>
                 </enforceBytecodeVersion>
                 <requireMavenVersion>
-                  <version>3.0.5</version>
+                  <version>3.6.3</version>
                 </requireMavenVersion>
               </rules>
               <fail>true</fail>

Reply via email to