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

ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git

commit c090db20b77218d8ce77e22ecf7619e8ba9872f1
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Apr 25 20:24:13 2026 +0200

    Add explicit version for Moditect plugin (#3)
    
    The Moditect plugin does not have its version managed by the parent POM, so 
we need to add it here explicitly.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0bb7091..17c033e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,7 @@
       <plugin>
         <groupId>org.moditect</groupId>
         <artifactId>moditect-maven-plugin</artifactId>
+        <version>${commons.moditect-maven-plugin.version}</version>
         <executions>
           <execution>
             <id>add-module-infos</id>

Reply via email to