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-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new c9a3e67  [MWRAPPER-130] Update parent POM to 42 (#129)
c9a3e67 is described below

commit c9a3e67e5295c41b4a9bc4fd4babe81d20e7e18f
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Apr 17 12:09:43 2024 +0200

    [MWRAPPER-130] Update parent POM to 42 (#129)
    
    Meaning of life.
    
    ---
    
    https://issues.apache.org/jira/browse/MWRAPPER-130
---
 pom.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index f60e464..37043ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>41</version>
+    <version>42</version>
   </parent>
 
   <groupId>org.apache.maven.wrapper</groupId>
@@ -68,18 +68,6 @@ under the License.
     
<project.build.outputTimestamp>2023-03-08T23:06:24Z</project.build.outputTimestamp>
   </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>
-
   <build>
     <pluginManagement>
       <plugins>

Reply via email to