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/02/16 21:44:37 UTC

[maven-dependency-plugin] branch MDEP-626 updated (2ea0f71 -> fbf6d74)

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 2ea0f71  WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.  - Added Maven 3.6.X for testing.
     new fbf6d74  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   (2ea0f71)
            \
             N -- N -- N   refs/heads/MDEP-626 (fbf6d74)

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:
 tree.lst | 100 ---------------------------------------------------------------
 1 file changed, 100 deletions(-)
 delete mode 100644 tree.lst


[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 fbf6d7432133b56a08ae2b62094dac57d91ee3df
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 895e884..4820ee6 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>