This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch DOXIASITETOOLS-283 in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
commit 9a035e3443a3eb0c62f6d21fd8370d925801b1d0 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Jan 29 01:17:42 2023 +0100 [DOXIASITETOOLS-283] Require Doxia Sitetools 2.0.0-M5 by default in skin model --- doxia-skin-model/pom.xml | 2 +- doxia-skin-model/src/main/mdo/skin.mdo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml index acc7b01..73e5d37 100644 --- a/doxia-skin-model/pom.xml +++ b/doxia-skin-model/pom.xml @@ -49,7 +49,7 @@ under the License. <model>src/main/mdo/skin.mdo</model> </models> <!-- TODO Do not forget to update the version in the decoration description. See DOXIASITETOOLS-98. --> - <version>1.7.0</version> + <version>2.0.0</version> <firstVersion>1.7.0</firstVersion> </configuration> <executions> diff --git a/doxia-skin-model/src/main/mdo/skin.mdo b/doxia-skin-model/src/main/mdo/skin.mdo index 91dbf87..1740ee0 100644 --- a/doxia-skin-model/src/main/mdo/skin.mdo +++ b/doxia-skin-model/src/main/mdo/skin.mdo @@ -29,7 +29,7 @@ under the License. <p>An XSD is available at:</p> <ul> <!-- There is no property filtering in Modello, this has to be updated manually. See DOXIASITETOOLS-98. --> - <li><a href="https://maven.apache.org/xsd/skin-1.7.0.xsd">https://maven.apache.org/xsd/skin-1.7.0.xsd</a></li> + <li><a href="https://maven.apache.org/xsd/skin-2.0.0.xsd">https://maven.apache.org/xsd/skin-2.0.0.xsd</a></li> </ul> ]]></description> @@ -88,7 +88,7 @@ under the License. <name>doxiaSitetools</name> <version>1.7.0+</version> <type>String</type> - <defaultValue>1.7</defaultValue> + <defaultValue>2.0.0-M5</defaultValue> <description><![CDATA[ The minimum version of Doxia Sitetools required to use the resulting skin. ]]>