This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 58a12da85515e9fd2ac8c82610a33cc5ec834fb5 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Oct 21 10:40:18 2024 +0200 Fix website build --- pom.xml | 4 ---- src/site/site.xml | 13 ++++++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index c8a84320a6..0d39b60cc9 100644 --- a/pom.xml +++ b/pom.xml @@ -2320,10 +2320,6 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.20.0</version> - <configuration> - <locales>en</locales> - <generateProjectInfo>false</generateProjectInfo> - </configuration> </plugin> </plugins> </build> diff --git a/src/site/site.xml b/src/site/site.xml index 9ecb2fc90f..17d9ce100c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,11 +18,10 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.7.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 - http://maven.apache.org/xsd/decoration-1.7.0.xsd" - name="Apache Syncope"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" + name="Apache Syncope"> <publishDate position="none"/> <version position="none"/> @@ -30,7 +29,7 @@ under the License. <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.10.0</version> + <version>2.0.0-M11</version> </skin> <custom> <fluidoSkin> @@ -107,4 +106,4 @@ Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope </footer> </body> -</project> +</site>
