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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0aedd5  [MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 
41 to 42 (#44)
f0aedd5 is described below

commit f0aedd5b8b15b23a972fa06552c62e00ab3f2085
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 21:02:34 2024 +0200

    [MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#44)
    
    * Bump org.apache.maven.plugins:maven-plugins from 41 to 42
    
    Bumps 
[org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent)
 from 41 to 42.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugins
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * clean after with new parent
    
    ---------
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Slawomir Jaranowski <slawomir.jaranow...@payu.com>
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49719c1..28dd00e 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>
 
@@ -62,8 +62,6 @@ under the License.
 
   <properties>
     <mavenVersion>3.6.3</mavenVersion>
-    <!-- TODO remove with next parent -->
-    <version.maven-plugin-tools>3.12.0</version.maven-plugin-tools>
     
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
   </properties>
 
@@ -108,7 +106,6 @@ under the License.
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.9.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to