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

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 9df063eb09 Upgrading docker-maven-plugin
9df063eb09 is described below

commit 9df063eb09a1540b1abd712f6a412432effaaa9d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Nov 17 14:35:07 2025 +0100

    Upgrading docker-maven-plugin
---
 pom.xml                                           | 2 +-
 src/main/asciidoc/reference-guide/usage/core.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77b9ecffa8..0a97fd5b46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1839,7 +1839,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>
diff --git a/src/main/asciidoc/reference-guide/usage/core.adoc 
b/src/main/asciidoc/reference-guide/usage/core.adoc
index 612bc6da5e..65fada60d5 100644
--- a/src/main/asciidoc/reference-guide/usage/core.adoc
+++ b/src/main/asciidoc/reference-guide/usage/core.adoc
@@ -71,7 +71,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 
https://github.com/apache/syncope/blob/4_0_X/core/spring/src/main/java/org/apache/syncope/core/spring/security/WebSecurityContext.java[WebSecurityContext^];
 endif::[]
-while normally not needed, this configuration can be anyway 
<extending-configuration,customized>>.
+while normally not needed, this configuration can be anyway 
<<extending-configuration,customized>>.
 
 https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP Basic 
Authentication] is set for use by default.
 ====

Reply via email to