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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 27a2ceaff RATIS-2472. Bump apache parent to 37 (#1403)
27a2ceaff is described below

commit 27a2ceaffa538819a502e57d54935b088f5feaeb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 21:57:29 2026 +0200

    RATIS-2472. Bump apache parent to 37 (#1403)
    
    Co-authored-by: Doroszlai, Attila <[email protected]>
---
 pom.xml           | 8 +++-----
 ratis-bom/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a823485c..f78f3589b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>35</version>
+    <version>37</version>
     <relativePath /> <!-- resolve from repository -->
   </parent>
 
@@ -171,10 +171,8 @@
 
     <shell-executable>bash</shell-executable>
 
-    <!-- define the Java language version used by the compiler -->
-    <maven.compiler.release>8</maven.compiler.release>
-    <!-- override maven.compiler.target=8 defined in parent POM 35; can be 
removed on upgrade to 36+ -->
-    <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
+    <!-- set in parent POM, but only for JDK9+ -->
+    <maven.compiler.release>${javaVersion}</maven.compiler.release>
 
     <!-- Contains all shaded thirdparty dependencies; make sure to also update 
in ratis-bom/pom.xml -->
     <ratis.thirdparty.version>1.0.11</ratis.thirdparty.version>
diff --git a/ratis-bom/pom.xml b/ratis-bom/pom.xml
index aac81f017..a848571fb 100644
--- a/ratis-bom/pom.xml
+++ b/ratis-bom/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>35</version>
+    <version>37</version>
     <relativePath /> <!-- resolve from repository -->
   </parent>
 

Reply via email to