You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/03/17 14:27:46 UTC

[maven-dependency-plugin] 01/01: WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps. - Added Maven 3.6.X for testing.

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

khmarbaise pushed a commit to branch MDEP-626
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 86488ec0857cae40b26fcf66b80fa92481f17270
Author: Karl Heinz Marbaise <ka...@soebes.de>
AuthorDate: Sat Feb 16 22:12:20 2019 +0100

    WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.
     - Added Maven 3.6.X for testing.
---
 Jenkinsfile |  2 +-
 pom.xml     | 22 ++--------------------
 2 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..b2d1c5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( 'maven' : ['3.2.x','3.3.x','3.5.x', '3.6.x' ] )
diff --git a/pom.xml b/pom.xml
index 4015f63..44b026a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <doxiaVersion>1.4</doxiaVersion>
+    <doxiaVersion>1.8</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
     <javaVersion>7</javaVersion>
   </properties>
@@ -137,25 +137,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.3</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>maven-artifact-manager</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-project</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-profile</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-plugin-registry</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-      </exclusions>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>