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 2020/08/19 11:14:39 UTC

[maven-archetype] branch dependabot/maven/org.codehaus.modello-modello-maven-plugin-1.11 updated (39d794b -> 165b5f2)

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

slachiewicz pushed a change to branch dependabot/maven/org.codehaus.modello-modello-maven-plugin-1.11
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 discard 39d794b  Bump modello-maven-plugin from 1.9.1 to 1.11
     add e70f3d3  Bump maven-invoker-plugin from 3.2.0 to 3.2.1
     add 3ed5e0e  remove code to workaround Java 1.1 issues
     add 9672cb1  Explicitly declare dependencies (#54)
     new 165b5f2  Bump modello-maven-plugin from 1.9.1 to 1.11

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (39d794b)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.modello-modello-maven-plugin-1.11 (165b5f2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archetype-common/pom.xml                                  | 15 +++++++++++++++
 .../apache/maven/archetype/common/util/XMLOutputter.java  | 15 ++++-----------
 maven-archetype-plugin/pom.xml                            |  2 +-
 3 files changed, 20 insertions(+), 12 deletions(-)


[maven-archetype] 01/01: Bump modello-maven-plugin from 1.9.1 to 1.11

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.modello-modello-maven-plugin-1.11
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 165b5f227968db9d2f91d14b814164fb45dfaecc
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Wed Jul 15 04:25:32 2020 +0000

    Bump modello-maven-plugin from 1.9.1 to 1.11
    
    Bumps [modello-maven-plugin](https://github.com/codehaus-plexus/modello) from 1.9.1 to 1.11.
    - [Release notes](https://github.com/codehaus-plexus/modello/releases)
    - [Commits](https://github.com/codehaus-plexus/modello/compare/modello-1.9.1...modello-1.11)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71e8b22..7d2b062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.9.1</version>
+          <version>1.11</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>