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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f9c03f  chore(deps): update to docker-maven-plugin v0.48.1 (#36)
0f9c03f is described below

commit 0f9c03f79c5b016813ada741b1e6e50d09e7db98
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jul 17 14:41:49 2026 +0200

    chore(deps): update to docker-maven-plugin v0.48.1 (#36)
    
    This ensures compatibility with Maven 3.10.0-rc1.
    
    Also cleaned up the invalid configuration parameter 'cleanup'.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a4c18c..674d3be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
             <plugin>
                 <groupId>io.fabric8</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.40.1</version>
+                <version>0.48.1</version>
                 <configuration>
                     <images>
                         <image>
@@ -284,7 +284,6 @@
                             </build>
                         </image>
                     </images>
-                    <cleanup>try</cleanup>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to