This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git
The following commit(s) were added to refs/heads/master by this push: new 1e97de4 switch encoding to UTF-8 1e97de4 is described below commit 1e97de41e27b2047390850ef4797d76895e74123 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat Mar 24 23:00:00 2018 +0100 switch encoding to UTF-8 --- .../src/main/resources/archetype-resources/src/site/site.xml | 5 +++-- .../src/main/resources/archetype-resources/src/site/site_fr.xml | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/maven-archetype-site/src/main/resources/archetype-resources/src/site/site.xml b/maven-archetype-site/src/main/resources/archetype-resources/src/site/site.xml index eec958c..1cc2973 100644 --- a/maven-archetype-site/src/main/resources/archetype-resources/src/site/site.xml +++ b/maven-archetype-site/src/main/resources/archetype-resources/src/site/site.xml @@ -1,6 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> -<project name="${artifactId}" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project name="${artifactId}" + xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <bannerLeft> <name>${artifactId}</name> diff --git a/maven-archetype-site/src/main/resources/archetype-resources/src/site/site_fr.xml b/maven-archetype-site/src/main/resources/archetype-resources/src/site/site_fr.xml index f9cdc32..17035ef 100644 --- a/maven-archetype-site/src/main/resources/archetype-resources/src/site/site_fr.xml +++ b/maven-archetype-site/src/main/resources/archetype-resources/src/site/site_fr.xml @@ -1,7 +1,8 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> -<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> +<project name="${artifactId}" + xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <bannerLeft> <name>${artifactId}</name> <src>https://maven.apache.org/images/apache-maven-project.png</src> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.