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-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 27dc544 RATIS-2472. Bump apache parent to 37 (#94)
27dc544 is described below
commit 27dc5445cb547d3b87914ca69160632b052255c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 12:09:12 2026 +0200
RATIS-2472. Bump apache parent to 37 (#94)
Co-authored-by: Doroszlai, Attila <[email protected]>
---
pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 48c9679..144f476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>37</version>
<relativePath /> <!-- resolve from repository -->
</parent>
<artifactId>ratis-thirdparty</artifactId>
@@ -60,10 +60,8 @@
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
- <!-- 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>
<!--Version of protobuf to be shaded -->
<shaded.protobuf.version>3.25.8</shaded.protobuf.version>