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/03 21:52:26 UTC

[maven-reporting-exec] branch version-next created (now 7511102)

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


      at 7511102  [MSHARED-1102] Upgrade plugins and components in ITs

This branch includes the following new commits:

     new db4f835  [MSHARED-1100] Upgrade Maven Parent to 36
     new 9187f3f  [MSHARED-1101] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3
     new 9746c91  [MSHARED-1103] Upgrade Maven Reporting API to 4.0.0-M2
     new 7511102  [MSHARED-1102] Upgrade plugins and components in ITs

The 4 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-reporting-exec] 02/04: [MSHARED-1101] Upgrade to Doxia/Doxia Sitetools 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 version-next
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit 9187f3f224382a1403b4c8ef60fe0efe394b3f04
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:46:24 2022 +0200

    [MSHARED-1101] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3
---
 pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8423e5..580ae7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,11 +119,10 @@
       <version>3.1.0</version><!-- do not upgrade to 3.2.0+ because it adds Xpp3Dom.getInputLocation(): see MSHARED-921 -->
     </dependency>
 
-    <!-- For Codehaus Doxia Sink compat shim -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-M3</version>
     </dependency>
 
     <dependency>
@@ -212,14 +211,8 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-M3</version>
       <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.velocity</groupId>
-          <artifactId>velocity</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>


[maven-reporting-exec] 01/04: [MSHARED-1100] Upgrade Maven Parent to 36

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 db4f8352f99ca85bba3c9e8f2547e640fee1c628
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:45:35 2022 +0200

    [MSHARED-1100] Upgrade Maven Parent to 36
---
 pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 57e3a73..a8423e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>
 
@@ -232,24 +232,10 @@
   </dependencies>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <!-- TODO remove once Maven parent POM will upgraded - MPOM-280 -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
-          <configuration>
-            <detectLinks>false</detectLinks>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin><!-- shade Xpp3DomUtils that does not require Xpp3Dom.getInputLocation(): see MSHARED-921 -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.2.4</version><!-- TODO remove version once parent POM upgraded to 35 -->
         <executions>
           <execution>
             <phase>package</phase>


[maven-reporting-exec] 04/04: [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 751110229783b773e59254f2146869b63201be70
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                     | 4 ++--
 src/it/reportConfig/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d85aa5..8d88265 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>
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 45e432b..0e3ff94 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-SNAPSHOT</version>
     </dependency>
   </dependencies>
 


[maven-reporting-exec] 03/04: [MSHARED-1103] Upgrade Maven Reporting API to 4.0.0-M2

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 9746c91ba97c234bfcd7df9d1dc328d38003e7cb
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:46:51 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 580ae7f..4d85aa5 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-M1</version>
+      <version>4.0.0-M2</version>
     </dependency>
 
     <!-- Maven -->