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/03/05 22:03:50 UTC

[maven-project-info-reports-plugin] branch MPIR-388 updated (da677ce -> d3efb03)

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

slachiewicz pushed a change to branch MPIR-388
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


 discard da677ce  [MPIR-389] Upgrade Doxia to 1.9.1
 discard 07f5f76  Correct failed build: upstate link to https
     add eb1606b  Corrected failed IT test: update link for Doxia api site to https
     add df96c2e  [MPIR-389] Upgrade Doxia to 1.9.1
     new d3efb03  [MPIR-388] Doxia Sitetools 1.9.2 to remove dependency on Struts

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   (da677ce)
            \
             N -- N -- N   refs/heads/MPIR-388 (d3efb03)

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-project-info-reports-plugin] 01/01: [MPIR-388] Doxia Sitetools 1.9.2 to remove dependency on Struts

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

slachiewicz pushed a commit to branch MPIR-388
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit d3efb03979868e1400f94858c97ce59de0d350da
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Mar 5 23:03:33 2020 +0100

    [MPIR-388] Doxia Sitetools 1.9.2 to remove dependency on Struts
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ddb532e..20d3f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@ under the License.
 
   <properties>
     <doxiaVersion>1.9.1</doxiaVersion>
-    <doxia-sitetoolsVersion>1.8.1</doxia-sitetoolsVersion>
+    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <scmVersion>1.10.0</scmVersion>
     <sitePluginVersion>3.7</sitePluginVersion>