You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/10 23:06:52 UTC

[maven-jxr] branch JXR-165 created (now c7deac1)

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

sjaranowski pushed a change to branch JXR-165
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git.


      at c7deac1  [JXR-165] Upgrade Maven Reporting to 3.1.0

This branch includes the following new commits:

     new c7deac1  [JXR-165] Upgrade Maven Reporting to 3.1.0

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-jxr] 01/01: [JXR-165] Upgrade Maven Reporting to 3.1.0

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

sjaranowski pushed a commit to branch JXR-165
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git

commit c7deac101187c004c4c6986acfac61220fdafaf2
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Mar 11 00:00:15 2022 +0100

    [JXR-165] Upgrade Maven Reporting to 3.1.0
---
 maven-jxr-plugin/pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index dd245d8..9b2b678 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -37,7 +37,6 @@ under the License.
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
   </properties>
 
   <prerequisites>
@@ -137,22 +136,17 @@ under the License.
       <version>2.11.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-site-renderer</artifactId>
-      <version>${doxia-sitetoolsVersion}</version>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>3.1.0</version>
       <exclusions>
         <exclusion>
-          <artifactId>plexus-container-default</artifactId>
           <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-container-default</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>3.0.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
       <version>2.8</version><!-- like Maven 3.2.5 -->