This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit cb0ec7ee711b77fc949687b5deaf513d4d6752a2 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Feb 19 13:04:30 2026 +0100 Upgrading Spring Boot --- pom.xml | 2 +- src/site/xdoc/docs/index.xml | 8 ++++---- src/site/xdoc/release-process.xml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c9272f0036..6109dbd489 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,7 @@ under the License. <bouncycastle.version>1.83</bouncycastle.version> <nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version> - <spring-boot.version>3.5.10</spring-boot.version> + <spring-boot.version>3.5.11</spring-boot.version> <spring-cloud-gateway.version>4.3.3</spring-cloud-gateway.version> <openjpa.version>4.1.1</openjpa.version> diff --git a/src/site/xdoc/docs/index.xml b/src/site/xdoc/docs/index.xml index ffbdcb16cf..be628a1d70 100644 --- a/src/site/xdoc/docs/index.xml +++ b/src/site/xdoc/docs/index.xml @@ -138,17 +138,17 @@ under the License. <tr> <td>REST</td> <td> - <a href="../rest/4.1/index.html">4.0</a> + <a href="../rest/4.1/index.html">4.1</a> - <a href="../rest/4.0/index.html">3.0</a> + <a href="../rest/4.0/index.html">4.0</a> </td> </tr> <tr> <td>Javadocs</td> <td> - <a href="../apidocs/4.1/index.html">4.0</a> + <a href="../apidocs/4.1/index.html">4.1</a> - <a href="../apidocs/4.0/index.html">3.0</a> + <a href="../apidocs/4.0/index.html">4.0</a> </td> </tr> </tbody> diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml index 209c91f462..3baed553bd 100644 --- a/src/site/xdoc/release-process.xml +++ b/src/site/xdoc/release-process.xml @@ -293,11 +293,11 @@ cp -r $SYNCOPE_SITE_DIR/target/generated-docs/css docs/$MAJOR_VERSION/ cp -r $SYNCOPE_SITE_DIR/target/generated-docs/fonts docs/$MAJOR_VERSION/ cp -r $SYNCOPE_SITE_DIR/target/generated-docs/images docs/$MAJOR_VERSION/ -cd ../apidocs +cd apidocs mkdir $MAJOR_VERSION mv * $MAJOR_VERSION/ -cd ../.. +cd .. svn add $VERSION # if releasing from 4_1_X @@ -326,7 +326,7 @@ svn commit -m "Staging site for release"]]></source> </li> <li> From <code>$SYNCOPE_RELEASE_DIR</code> execute (this step will create a maven staging repository): - <source>mvn -P apache-release release:perform -Darguments="-P all,docker,skipTests -DbuildNumber=syncope-$VERSION" [-Duser.name=<your_apache_uid>]</source> + <source>mvn -P apache-release,skipTests release:perform -Darguments="-P all,docker,skipTests -DbuildNumber=syncope-$VERSION" [-Duser.name=<your_apache_uid>]</source> <p> <em>If your local OS userid doesn't match your Apache userid, then you'll have to also override the value
