This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 8c2cf4dce4 Upgrading docker-maven-plugin
8c2cf4dce4 is described below
commit 8c2cf4dce446b149211a9587367b02425eebc25e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Nov 17 14:35:24 2025 +0100
Upgrading docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e0bc5bf019..2b828707bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1847,7 +1847,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.48-SNAPSHOT</version>
+ <version>0.48.0</version>
</plugin>
<plugin>