This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-390 in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 97c546d1eb9ecee8d8620ddf58fe60dacbd12880 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sun Jun 11 16:26:31 2023 +0200 [MPOM-390] Upgrade to Maven Fluido Skin 1.11.2 --- pom.xml | 2 ++ src/site-docs/site.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index baf49c2..7fa9f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,8 @@ under the License. <surefire.version>3.1.0</surefire.version><!-- for surefire, failsafe and surefire-report --> <maven.plugin.tools.version>3.9.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations --> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> + + <version.maven-fluido-skin>1.11.2</version.maven-fluido-skin> <project.build.outputTimestamp>2022-12-11T19:18:25Z</project.build.outputTimestamp> </properties> diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml index c67f75e..501645a 100644 --- a/src/site-docs/site.xml +++ b/src/site-docs/site.xml @@ -36,7 +36,7 @@ under the License. <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.11.1</version> + <version>${version.maven-fluido-skin}</version> </skin> <custom>
