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 2023/01/31 20:47:05 UTC

[maven-reporting-exec] branch master updated (09162b2 -> 4b0e26f)

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 09162b2  [MSHARED-1192] Upgrade plugins in ITs
     new 1a3ee5c  [MSHARED-1190] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M5
     new 4b0e26f  [MSHARED-1191] Upgrade Maven Reporting API to 4.0.0-M4

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[maven-reporting-exec] 01/02: [MSHARED-1190] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M5

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 1a3ee5ceb7ee35c663421dfef2a9ad9ae0b4720f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 31 21:45:32 2023 +0100

    [MSHARED-1190] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M5
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de7eb98..e4b2ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M4</version>
+      <version>2.0.0-M5</version>
     </dependency>
 
     <dependency>
@@ -203,7 +203,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M4</version>
+      <version>2.0.0-M5</version>
       <scope>test</scope>
     </dependency>
 


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

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 4b0e26f18d126e7975f114bfcdacd8b732b34366
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 31 21:45:49 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index e4b2ae5..4848b6c 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-M3</version>
+      <version>4.0.0-M4</version>
     </dependency>
 
     <!-- Maven -->