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 2022/04/17 20:38:21 UTC

[maven-reporting-impl] branch doxia-2.0.0 updated (379cacf -> 7965ebd)

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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


 discard 379cacf  [MSHARED-1059] Upgrade Maven Reporting API to 4.0.0-M1
     new 7965ebd  [MSHARED-1059] Upgrade Maven Reporting API to 4.0.0-M1

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   (379cacf)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (7965ebd)

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-reporting-impl] 01/01: [MSHARED-1059] Upgrade Maven Reporting API to 4.0.0-M1

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git

commit 7965ebd3aa1de72ba28362e8cfd90495d8c5e2cf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:28:34 2022 +0200

    [MSHARED-1059] Upgrade Maven Reporting API to 4.0.0-M1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ee19518..7f3f368 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>4.0.0-M1</version>
     </dependency>
 
     <!-- Maven -->