This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-fluido-skin-1.x in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 962035c5a87dba88403b0a954c1a2b13f72f99c7 Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Jan 17 00:20:37 2023 +0100 [MSKINS-208] Limit usage of skin to Doxia (Sitetools) 1.x only --- src/main/resources/META-INF/maven/skin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/maven/skin.xml b/src/main/resources/META-INF/maven/skin.xml index 711a213..a8cb59a 100644 --- a/src/main/resources/META-INF/maven/skin.xml +++ b/src/main/resources/META-INF/maven/skin.xml @@ -22,6 +22,6 @@ under the License. <skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd"> <prerequisites> - <doxia-sitetools>1.11.1</doxia-sitetools> + <doxia-sitetools>[1.11.1,2.0.0-M1)</doxia-sitetools> </prerequisites> </skin>