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-file-management.git


The following commit(s) were added to refs/heads/master by this push:
     new a6255a6  Use version of modello-maven-plugin from parent
a6255a6 is described below

commit a6255a6ad3d7b38a1deb5c420bf314c32b9f4603
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Mar 15 21:02:25 2025 +0100

    Use version of modello-maven-plugin from parent
---
 pom.xml                  | 2 +-
 src/main/mdo/fileset.mdo | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a673259..db993d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,10 +107,10 @@
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <configuration>
-          <version>1.1.0</version>
           <models>
             <model>src/main/mdo/fileset.mdo</model>
           </models>
+          <version>1.1.0</version>
         </configuration>
         <executions>
           <execution>
diff --git a/src/main/mdo/fileset.mdo b/src/main/mdo/fileset.mdo
index 9c82b54..9b627f9 100644
--- a/src/main/mdo/fileset.mdo
+++ b/src/main/mdo/fileset.mdo
@@ -19,8 +19,8 @@
   under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0 
https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd";>
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 
http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd";>
   <id>fileset</id>
   <name>FileSet</name>
   <description>

Reply via email to