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/11/26 14:29:59 UTC

[maven-reporting-exec] branch master updated (47a7c4d -> d959900)

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

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


    from 47a7c4d  update Reproducible Builds badge link
     new a153cb1  [MSHARED-1166] Upgrade Plexus Utils to 3.5.0
     new d959900  [MSHARED-1163] Upgrade Maven Reporting API to 4.0.0-M3

The 2 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-reporting-exec] 02/02: [MSHARED-1163] Upgrade Maven Reporting API to 4.0.0-M3

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

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

commit d9599003a6e4058fbc0cf0848bb0e3569b52affc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 26 15:28:21 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 5596ec7..f38728f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M2</version>
+      <version>4.0.0-M3</version>
     </dependency>
 
     <!-- Maven -->


[maven-reporting-exec] 01/02: [MSHARED-1166] Upgrade Plexus Utils to 3.5.0

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

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

commit a153cb1e1f801f12b34bf83f127b0a83ae863306
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 26 15:26:44 2022 +0100

    [MSHARED-1166] Upgrade Plexus Utils to 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4245842..5596ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
 
     <dependency>