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 16:15:14 UTC

[maven-reporting-api] branch doxia-2.0.0 updated (9bcf14c -> 4a3bf15)

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-api.git


 discard 9bcf14c  [MSHARED-1054] Upgrade plugins
     new 4a3bf15  [MSHARED-1054] Upgrade plugins

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   (9bcf14c)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (4a3bf15)

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 | 1 +
 1 file changed, 1 insertion(+)


[maven-reporting-api] 01/01: [MSHARED-1054] Upgrade plugins

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-api.git

commit 4a3bf15854c5ed357e44de21af93fd5b39e680cf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:10:53 2022 +0200

    [MSHARED-1054] Upgrade plugins
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0296fc..b8673d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,17 +75,18 @@ under the License.
   </properties>
 
   <build>
+    <!-- TODO Remove when updating to Parent 26 -->
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.2</version>
         </plugin>
       </plugins>
     </pluginManagement>