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-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 46c44ca Update parent to 45, Invoker 3.9.1, palantir-format (#139)
46c44ca is described below
commit 46c44caba8a4bcf585af40b0fee4591aabb91694
Author: Matthias Bünger <[email protected]>
AuthorDate: Thu Nov 13 21:10:36 2025 +0100
Update parent to 45, Invoker 3.9.1, palantir-format (#139)
To support Java 25
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9dc8b09..c4e1dff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>42</version>
+ <version>45</version>
<relativePath />
</parent>
@@ -114,6 +114,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
+ <version>${version.maven-plugin-tools}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -174,6 +175,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.9.1</version>
<configuration>
<addTestClassPath>true</addTestClassPath>
</configuration>