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/21 11:32:29 UTC

[maven-dependency-plugin] branch MDEP-626 updated (86488ec -> ff7d87a)

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

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


 discard 86488ec  WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.  - Added Maven 3.6.X for testing.
     add 5430f5e  [MDEP-642] - Upgrade plexus-utils to 3.2.0
     add 5f1dc03  Removed @param for a parameter which does not exists.
     new ff7d87a  WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.  - Added Maven 3.6.X for testing.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (86488ec)
            \
             N -- N -- N   refs/heads/MDEP-626 (ff7d87a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml                                                                 | 2 +-
 .../org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


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

Posted by kh...@apache.org.
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 ff7d87a155f8e08cfdd02da5e6f00f3843648850
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 ca53726..e5d108d 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>