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

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ed4ba24 Add palantir format for Java 25 (#1036)
2ed4ba24 is described below

commit 2ed4ba24b1133df6dc334598c86fabb5c5795d00
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Nov 30 11:47:12 2025 +0100

    Add palantir format for Java 25 (#1036)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2f2126c4..634a6da8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,8 @@
     <javadocPluginVersion>3.10.1</javadocPluginVersion>
     <enforcerPluginVersion>3.5.0</enforcerPluginVersion>
     
<project.build.outputTimestamp>2025-10-20T18:58:21Z</project.build.outputTimestamp>
+    <!-- Remove format 2.82 property when upgrading to parent 46 as format is 
updated there -->
+    <version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
   </properties>
 
   <dependencyManagement>

Reply via email to