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/30 09:52:44 UTC

[maven-site-plugin] branch MSITE-919 created (now 107785fd)

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

michaelo pushed a change to branch MSITE-919
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


      at 107785fd [MSITE-919] Upgrade Maven Reporting Exec to 2.0.0-M3

This branch includes the following new commits:

     new 107785fd [MSITE-919] Upgrade Maven Reporting Exec to 2.0.0-M3

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.



[maven-site-plugin] 01/01: [MSITE-919] Upgrade Maven Reporting Exec to 2.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 MSITE-919
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 107785fd681f3f112cfe11fbaf817345eb183163
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 30 10:52:39 2022 +0100

    [MSITE-919] Upgrade Maven Reporting Exec to 2.0.0-M3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa014487..275f826f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-M3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>