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 899f410  [MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
899f410 is described below

commit 899f4109920957da149a564e74bfc6dc74318e87
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Apr 25 19:15:15 2024 +0200

    [MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
    
    Up parent and prerequisite
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-128
---
 pom.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index f016d4e..5320c01 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>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -35,7 +35,7 @@ under the License.
   <description>Signs the project artifacts with GnuPG.</description>
 
   <prerequisites>
-    <maven>3.2.5</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -68,18 +68,6 @@ under the License.
     <resource.delimiter>@</resource.delimiter>
   </properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.junit</groupId>
-        <artifactId>junit-bom</artifactId>
-        <version>5.10.2</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

Reply via email to