You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/10 09:35:55 UTC

[maven] branch MNG-6671 updated (50acb61 -> 5035837)

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

michaelo pushed a change to branch MNG-6671
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 50acb61  [MNG-6671] Upgrade Modello to 1.10.1
     new 5035837  [MNG-6671] Upgrade Modello to 1.10.1

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   (50acb61)
            \
             N -- N -- N   refs/heads/MNG-6671 (5035837)

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven] 01/01: [MNG-6671] Upgrade Modello to 1.10.1

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

michaelo pushed a commit to branch MNG-6671
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 5035837094115f31f86d8ddf0a8dace7b1fa52bc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jun 10 11:08:43 2019 +0200

    [MNG-6671] Upgrade Modello to 1.10.1
    
    This closes #252
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 398939e..0d8a11a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
     <wagonVersion>3.3.2</wagonVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>
-    <modelloVersion>1.10.1-SNAPSHOT</modelloVersion>
+    <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.3.3</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>