This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a4953b3b Introduce property for plantuml-maven-plugin version
a4953b3b is described below

commit a4953b3b8e432057de71586c7baa67b1677c1e57
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>

Reply via email to