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

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


The following commit(s) were added to refs/heads/master by this push:
     new 20bd262  Revert "Bump modello-maven-plugin from 1.10.0 to 1.11"
20bd262 is described below

commit 20bd2621a297d9d70ff9df016255da9db685d594
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Aug 19 14:05:41 2020 +0200

    Revert "Bump modello-maven-plugin from 1.10.0 to 1.11"
    
    This reverts commit 5141a9ac35e95123446df0cb446f88e09f3d30de.
    Error generating: There are more than one class as root element for this 
version 1.0.0.
    
    Error: org.apache.maven.plugin.MojoExecutionException: Error generating: 
There are more than one class as root element for this version 1.0.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6be7cf..bca6b7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.11</version>
+        <version>1.10.0</version>
         <configuration>
           <models>
             <model>src/main/mdo/antrun.mdo</model>

Reply via email to