This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch plantuml-maven-plugin-version.property in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit d8fc2ae987a12895417eeb73b0a6a1c07039fbbe Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Dec 7 12:37:42 2024 +0100 Introduce property for plantuml-maven-plugin version --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8f4915dd..7d6a9858 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ <siteDirectory>${project.basedir}/content</siteDirectory> <!-- used by src/xdoc/errors/404.xml.vm as well --> <version.maven-fluido-skin>2.0.0</version.maven-fluido-skin> + <version.plantuml-maven-plugin>0.2</version.plantuml-maven-plugin> </properties> <dependencies> @@ -273,12 +274,12 @@ <plugin> <groupId>it.mulders.puml</groupId> <artifactId>plantuml-maven-plugin</artifactId> - <version>0.2</version> + <version>${version.plantuml-maven-plugin}</version> <dependencies> <dependency> <groupId>it.mulders.puml</groupId> <artifactId>plantuml-v1-adapter</artifactId> - <version>0.2</version> + <version>${version.plantuml-maven-plugin}</version> </dependency> <dependency> <groupId>net.sourceforge.plantuml</groupId>