You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/05/02 14:31:45 UTC

[maven-antrun-plugin] branch master updated: Bump modello-maven-plugin from 1.11 to 2.0.0

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 bcbb831  Bump modello-maven-plugin from 1.11 to 2.0.0
bcbb831 is described below

commit bcbb831b394c9c9e526d86f61ba84092b2150e68
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 19 13:10:27 2022 +0000

    Bump modello-maven-plugin from 1.11 to 2.0.0
    
    Bumps [modello-maven-plugin](https://github.com/codehaus-plexus/modello) from 1.11 to 2.0.0.
    - [Release notes](https://github.com/codehaus-plexus/modello/releases)
    - [Commits](https://github.com/codehaus-plexus/modello/compare/modello-1.11...modello-2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.modello:modello-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 60e0589..5ad868b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.11</version>
+        <version>2.0.0</version>
         <configuration>
           <models>
             <model>src/main/mdo/antrun.mdo</model>