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

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 35325b1d2bd484f1b788c2c9292ba650fb43eeb3
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sat Jul 27 15:13:13 2024 +0200

    Fix groupId of build-helper-maven-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d0ba0c00..2c834682e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <maven.compiler.source>${javac.source}</maven.compiler.source>
         <ant.version>1.10.14</ant.version>
         <ant.build.javac.source>${javac.source}</ant.build.javac.source>
-        
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
+        
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
 
         <javac.target>${javac.source}</javac.target>
         <required.java.version>[${javac.target},)</required.java.version>
@@ -714,9 +714,9 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>3.6.0</version>
+                    <version>${build-helper-maven-plugin.version}</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>

Reply via email to