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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7516e7c  [MGPG-140] Update Maven to 3.9.9 (#116)
7516e7c is described below

commit 7516e7c73d6e5c8c3d6c2cbab9d55deb3987f388
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Sep 9 14:21:10 2024 +0200

    [MGPG-140] Update Maven to 3.9.9 (#116)
    
    This is really just "build time" as at runtime it uses
    given Maven version artifacts anyway.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-140
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9e22cdb..7010d3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.9.6</mavenVersion>
-    <resolverVersion>1.9.18</resolverVersion>
+    <mavenVersion>3.9.9</mavenVersion>
+    <resolverVersion>1.9.22</resolverVersion>
     <bouncycastleVersion>1.78.1</bouncycastleVersion>
     
<project.build.outputTimestamp>2024-08-08T19:07:22Z</project.build.outputTimestamp>
     <resource.delimiter>@</resource.delimiter>

Reply via email to