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/07/08 12:24:00 UTC

[maven-reporting-exec] branch version-next updated (c98579d -> bbac64c)

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

michaelo pushed a change to branch version-next
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


 discard c98579d  [MSHARED-1102] Upgrade plugins and components in ITs
     new bbac64c  [MSHARED-1102] Upgrade plugins and components in ITs

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   (c98579d)
            \
             N -- N -- N   refs/heads/version-next (bbac64c)

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 deletion(-)


[maven-reporting-exec] 01/01: [MSHARED-1102] Upgrade plugins and components in ITs

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

michaelo pushed a commit to branch version-next
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit bbac64c27a20d4d64114b4063e5e73ece3590ac5
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:50:56 2022 +0200

    [MSHARED-1102] Upgrade plugins and components in ITs
---
 pom.xml                     | 5 ++---
 src/it/reportConfig/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d85aa5..9a989e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <project.build.outputTimestamp>2022-04-23T19:22:30Z</project.build.outputTimestamp>
-    <sitePluginVersion>3.12.0</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion>
+    <sitePluginVersion>4.0.0-M2</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
   </properties>
 
   <dependencies>
@@ -218,7 +218,6 @@
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.plexus</artifactId>
-      <version>0.3.5</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 45e432b..e400946 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-M1</version>
+      <version>4.0.0-M2</version>
     </dependency>
   </dependencies>