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

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

commit 5f022b33399ac0152d2aeba5b4e14d864667db71
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jul 17 13:39:06 2026 +0200

    chore(deps): udpate to docker-maven-plugin v0.48.1
    
    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